Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
m4/ | H | - | - | 3 | 2 | |
po/ | H | - | - | 957 | 774 | |
INSTALL | H A D | 12-Jan-2016 | 159 | 11 | 9 | |
Makefile.am | H A D | 12-Jan-2016 | 459 | 19 | 5 | |
README | H A D | 12-Jan-2016 | 346 | 6 | 5 | |
autoclean.sh | H A D | 12-Jan-2016 | 607 | 31 | 15 | |
autogen.sh | H A D | 12-Jan-2016 | 1.2 KiB | 46 | 29 | |
configure.ac | H A D | 12-Jan-2016 | 1.1 KiB | 41 | 35 | |
hello.php | H A D | 12-Jan-2016 | 446 | 19 | 11 |
README
1The gettext/PHP binding has a limitation: While it works fine for standalone 2PHP programs, it cannot be used inside a web server, to translate parts of web 3pages into the preferred encoding of user that makes a HTTP connection. The 4reason is that a web server usually is multithreaded, and the gettext() API 5relies on the process' global locale. 6