pollita Sun Nov 24 21:43:07 2002 EDT Modified files: /phpdoc/en/reference/domxml reference.xml Log: Added note for Win32 users. "Copy libxml2.dll" Index: phpdoc/en/reference/domxml/reference.xml diff -u phpdoc/en/reference/domxml/reference.xml:1.8 phpdoc/en/reference/domxml/reference.xml:1.9 --- phpdoc/en/reference/domxml/reference.xml:1.8 Fri Oct 4 04:20:20 2002 +++ phpdoc/en/reference/domxml/reference.xml Sun Nov 24 21:43:07 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <reference id="ref.domxml"> <title>DOM XML functions</title> <titleabbrev>DOM XML</titleabbrev> @@ -44,6 +44,15 @@ This extension is only available if PHP was configured with <option role="configure">--with-dom=[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>libxml2.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="domxml.deprecated">
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php