Name Date Size #Lines LOC

..--

m4/H09-Jul-2024-32

po/H09-Jul-2024-957774

INSTALLH A D09-Jul-2024159 119

Makefile.amH A D09-Jul-2024459 195

READMEH A D09-Jul-2024346 65

autoclean.shH A D09-Jul-2024607 3115

autogen.shH A D09-Jul-20241.2 KiB4629

configure.acH A D09-Jul-20241.1 KiB4135

hello.phpH A D09-Jul-2024446 1911

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