Name Date Size #Lines LOC

..--

m4/H--32

po/H--957774

INSTALLH A D12-Jan-2016159 119

Makefile.amH A D12-Jan-2016459 195

READMEH A D12-Jan-2016346 65

autoclean.shH A D12-Jan-2016607 3115

autogen.shH A D12-Jan-20161.2 KiB4629

configure.acH A D12-Jan-20161.1 KiB4135

hello.phpH A D12-Jan-2016446 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