pollita Sun Nov 24 21:37:32 2002 EDT Modified files: /phpdoc/en/reference/gettext reference.xml Log: Added note for Win32 users. "Copy gnu_gettext.dll" Index: phpdoc/en/reference/gettext/reference.xml diff -u phpdoc/en/reference/gettext/reference.xml:1.5 phpdoc/en/reference/gettext/reference.xml:1.6 --- phpdoc/en/reference/gettext/reference.xml:1.5 Fri Aug 9 06:26:00 2002 +++ phpdoc/en/reference/gettext/reference.xml Sun Nov 24 21:37:31 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <reference id="ref.gettext"> <title>Gettext</title> <titleabbrev>gettext</titleabbrev> @@ -29,8 +29,17 @@ <para> To include GNU gettext support in your PHP build you must add the option <option role="configure">--with-gettext[=DIR]</option> where DIR is the - gettext install directory, defaults to /usr/local. + gettext install directory, defaults to /usr/local. </para> + <note> + <title>Note to Win32 Users</title> + <simpara> + In order to enable this module on a Windows environment, you must copy + <emphasis>gnu_gettext.dll</emphasis> 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) + </simpara> + </note> </section> <section id="gettext.configuration">
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php