Home | History | Annotate | only in /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-php
Up to higher level directory
NameDateSize
autoclean.sh12-Jan-2016607
autogen.sh12-Jan-20161.2K
configure.ac12-Jan-20161.1K
hello.php12-Jan-2016446
INSTALL12-Jan-2016159
m4/25-Feb-2026
Makefile.am12-Jan-2016459
po/25-Feb-2026
README12-Jan-2016346

README

      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