betz Wed Jun 4 04:32:34 2003 EDT Modified files: /phpdoc/en/reference/gettext configure.xml Log: win requires also iconv.dll, fix for bug #23998 Index: phpdoc/en/reference/gettext/configure.xml diff -u phpdoc/en/reference/gettext/configure.xml:1.3 phpdoc/en/reference/gettext/configure.xml:1.4 --- phpdoc/en/reference/gettext/configure.xml:1.3 Sat Mar 29 19:43:41 2003 +++ phpdoc/en/reference/gettext/configure.xml Wed Jun 4 04:32:34 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <section id="gettext.installation"> &reftitle.install; <para> @@ -14,7 +14,8 @@ <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). Starting with PHP 4.2.3 the name changed to - <emphasis>libintl-1.dll</emphasis> + <emphasis>libintl-1.dll</emphasis>, this requires also + <filename>iconv.dll</filename> to be copied. </simpara> </note> </section> @@ -39,4 +40,3 @@ vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> -
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php