Thank you. I checked my php_info() and sure enough --disable_xml is present. Are there any Gentoo Users out there having this problem as well? Any Gentoo Users out there that might be able to help me work out a solution? I have 'xml' and 'xml2' in my make.conf use flags.
D > On Sun, 8 Jun 2003, Dustin Pate wrote: > > > Fatal error: Call to undefined function: xml_parser_create() in > > /home/httpd/rootdir/sstats/includes/XPath.class.php on line 1410 > > > > I now get this error on my phpsysinfo page. I have changed nothing in my > > install except for updating recently. My Linux Flavor is Gentoo if that > > helps. If you need further information, just ask. ;) > > Your new PHP lacks XML support, otherwise this (and all > the other php.net/xml functions) will be defined. Look > at a call to phpinfo(), you should see something like > --disable-xml in the configure line, or maybe it's > shared and not included... Anyway, bottom line is, your > PHP must now lack XML support. > > Regards, > Philip > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php