faqts : Computers : Programming : Languages : PHP : Installation and Setup : Modules

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

6 of 9 people (67%) answered Yes
Recently 3 of 5 people (60%) answered Yes

Entry

How do I setup to use the XML functions on Windows?

Jan 27th, 2000 21:34
Nathan Wallace, Jirka Kosek


Under Windows works well XML support which is included in PHP3. 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)