Click to See Complete Forum and Search --> : php_gettext install problem
sks1024
11-07-2003, 08:35 PM
I have php 4.3.3 running fine on WIN Server 2003 and all extensions work fine except php_gettext.dll. When I call a php page it says that gettext cant be loaded. Do I need to do something else to get this to work. My extension are located in C:\php\extensions.
Thanks
weekender
11-08-2003, 09:38 AM
taken from man page on gettext - http://uk.php.net/gettext
To use these functions you must download and install the GNU gettext package from http://www.gnu.org/software/gettext/gettext.html
sks1024
11-08-2003, 02:03 PM
I got it. I found this and it worked perfectly
Note to Win32 Users: In order to enable this module on a Windows environment, you must copy gnu_gettext.dll from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32). Starting with PHP 4.2.3 the name changed to libintl-1.dll, this requires also iconv.dll to be copied.
Thanks
PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved.