betz Wed Jun 4 04:33:34 2003 EDT
Modified files:
/phpdoc/en/chapters install.windows.xml
Log:
win requires also iconv.dll for gettext, fix for bug #23998
Index: phpdoc/en/chapters/install.windows.xml
diff -u phpdoc/en/chapters/install.windows.xml:1.33
phpdoc/en/chapters/install.windows.xml:1.34
--- phpdoc/en/chapters/install.windows.xml:1.33 Fri May 23 19:20:13 2003
+++ phpdoc/en/chapters/install.windows.xml Wed Jun 4 04:33:34 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.33 $ -->
+<!-- $Revision: 1.34 $ -->
<sect1 id="install.windows">
<title>Installation on Windows systems</title>
<para>
@@ -933,7 +933,8 @@
<entry><link linkend="ref.gettext">Gettext</link> functions</entry>
<entry>
PHP <= 4.2.0 requires <filename>gnu_gettext.dll</filename> (bundled),
- PHP >= 4.2.3 requires <filename>libintl-1.dll</filename> (bundled).
+ PHP >= 4.2.3 requires <filename>libintl-1.dll</filename>,
+ <filename>iconv.dll</filename> (bundled).
</entry>
</row>
<row>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php