From 76e50424643762be974d937e33265865c3fb92b5 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 25 Nov 2002 02:43:07 +0000 Subject: [PATCH] Added note for Win32 users. "Copy libxml2.dll" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105620 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/domxml/reference.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/reference/domxml/reference.xml b/reference/domxml/reference.xml index f9090d7fdb..4d36bec888 100644 --- a/reference/domxml/reference.xml +++ b/reference/domxml/reference.xml @@ -1,5 +1,5 @@ - + DOM XML functions DOM XML @@ -44,6 +44,15 @@ This extension is only available if PHP was configured with . + + Note to Win32 Users + + In order to enable this module on a Windows environment, you must copy + libxml2.dll 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) + +