Page 1 of 1

Problem with DOM and XAMPP

PostPosted: 18. July 2008 14:25
by seif.bilog
hi, I'm new in using Xampp and I'm using it for testing some PHP work
so, it's tuned now to work with PHP 5 and when using DOM functions to work with XML documents , PHP doesn't recognize these functions and therefore generates fatal errors :x
I tried same scripts with easyphp and the results are OK...so someone can help

PostPosted: 18. July 2008 14:30
by Wiedmann
Disable the extension "php_domxml.dll" in your "php.ini" (if enabled).

PostPosted: 18. July 2008 15:31
by seif.bilog
Yeah, thanks a lot , it worked :)