pollita         Sun Nov 24 21:32:41 2002 EDT

  Modified files:              
    /phpdoc/en/reference/iconv  reference.xml 
  Log:
  Added note for Win32 users. "Copy iconv-1.3.dll"
  
  
Index: phpdoc/en/reference/iconv/reference.xml
diff -u phpdoc/en/reference/iconv/reference.xml:1.10 
phpdoc/en/reference/iconv/reference.xml:1.11
--- phpdoc/en/reference/iconv/reference.xml:1.10        Thu Nov 14 11:33:48 2002
+++ phpdoc/en/reference/iconv/reference.xml     Sun Nov 24 21:32:40 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
  <reference id="ref.iconv">
   <title>iconv functions</title>
   <titleabbrev>iconv</titleabbrev>
@@ -33,6 +33,15 @@
      your PHP interpreter using the configure line
      <option role="configure">--with-iconv[=DIR]</option>.
     </para>
+    <note>
+     <title>Note to Win32 Users</title>
+     <simpara>
+      In order to enable this module on a Windows environment, you must copy
+      <emphasis>iconv-1.3.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>
 
    &reference.iconv.ini;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to