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

安装

To include GNU gettext support in your PHP build you must add the option --with-gettext[=DIR] where DIR is the gettext install directory, defaults to /usr/local.


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

用户评论:

Anonymous (22-Nov-2010 12:59)

Linux users that compile PHP --with-gettext=shared should include
extension=gettext.so

in your /etc/php.ini

windowsuser at example dot com (19-Sep-2008 08:35)

Windows users have to add php_gettext.dll to their extensions directory, and enable it in their php.ini file.