安装/配置
在线手册:中文 英文
PHP手册

需求

To use these functions you must download and install the GNU gettext package from » http://www.gnu.org/software/gettext/gettext.html


安装/配置
在线手册:中文 英文
PHP手册
PHP手册 - N: 需求

用户评论:

rustamabd at gmail dot com (07-Mar-2009 09:33)

The GNU gettext library works on a per-process, not per-thread basis. This means that in a multi-user setting such as the Apache web server it will only work with a prefork MPM (i.e. one process per user). Worker and other threaded MPMs will not work.

In addition, many users control GNU gettext by setting system environment variables such as LANG. This is not a good solution for a web server environment due to an obvious race condition.