| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| autoclean.sh | 12-Jan-2016 | 607 | |
| autogen.sh | 12-Jan-2016 | 1.2K | |
| configure.ac | 12-Jan-2016 | 1.1K | |
| hello.php | 12-Jan-2016 | 446 | |
| INSTALL | 12-Jan-2016 | 159 | |
| m4/ | 25-Feb-2026 | ||
| Makefile.am | 12-Jan-2016 | 459 | |
| po/ | 25-Feb-2026 | ||
| README | 12-Jan-2016 | 346 | |
1 The gettext/PHP binding has a limitation: While it works fine for standalone 2 PHP programs, it cannot be used inside a web server, to translate parts of web 3 pages into the preferred encoding of user that makes a HTTP connection. The 4 reason is that a web server usually is multithreaded, and the gettext() API 5 relies on the process' global locale. 6