PHP 7.0.6 Released

Installation

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.

User Contributed Notes

jefferytutorials at gmail dot com
23 days ago
for wamp/xampp users check if "php_gettext" extension is activated.
Anonymous
5 years ago
Linux users that compile PHP --with-gettext=shared should include
extension=gettext.so

in your /etc/php.ini
windowsuser at example dot com
7 years ago
Windows users have to add php_gettext.dll to their extensions directory, and enable it in their php.ini file.
To Top