PHP Velho Oeste 2024

インストール手順

PHP で GNU gettext サポートを有効にするには、オプション --with-gettext[=DIR] を追加する必要が あります。ただし、DIR は gettext をインストールするディレクトリで、 デフォルトは /usr/local です。

add a note add a note

User Contributed Notes 3 notes

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

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