Entry
How do I setup PHP for XML support under Windows?
How can I use the XML functions on Windows?
Dec 22nd, 2001 02:23
Alexandr Kalendarev, Nathan Wallace, Jirka Kosek
XML support which is included in PHP works well under Windows. You must
edit configuration file php3.ini (not php.ini). This file should be
stored in Windows system directory (probably C:\WINDOWS). It is
sufficient to have these two lines in this file
extension=php3_xml.dll
extension_dir=c:\php3 (or other path, if you do not have
PHP in this directory)
You cold to use as DOM model as SAX
extension for DOM is
extension=php3_xmldom.dll
and you mast to copy libxml2.dll to system directory
C:/WINDOWS/SYSTEM or other path