moving companies : Computers : Programming : Languages : PHP : Installation and Setup : Operating Systems : Windows

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

33 of 52 people (63%) answered Yes
Recently 4 of 10 people (40%) answered Yes

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