I am running PHP v4.3.1 on Apache 1.3.27 on Mandrake 9.1 (kernal 2.4.21-
0.13mdk) I tried running the phpSysInfo script ( http://phpsysinfo.sf.net/
) and gave me the error "Call to undefined function: xml_parser_crea te() "
And that is supposed to be a function used by the XML extension. I checked
my php info ( http://svr2.vrillusions.com/info.php ) and there is no XML
secion. I checked the XML section of the manual (
http://www.php.net/manual/en/ref.xml.php ) and said I needed to install
expat. There was a precompiled RPM for mandrake so I got that installed,
restarted apache and it still doesn't work. It seems like I would have to
tell php somehow that I have XML now, but can't figure out how to do that.
Any ideas? Thanks for any help.
--
VR
0.13mdk) I tried running the phpSysInfo script ( http://phpsysinfo.sf.net/
) and gave me the error "Call to undefined function: xml_parser_crea te() "
And that is supposed to be a function used by the XML extension. I checked
my php info ( http://svr2.vrillusions.com/info.php ) and there is no XML
secion. I checked the XML section of the manual (
http://www.php.net/manual/en/ref.xml.php ) and said I needed to install
expat. There was a precompiled RPM for mandrake so I got that installed,
restarted apache and it still doesn't work. It seems like I would have to
tell php somehow that I have XML now, but can't figure out how to do that.
Any ideas? Thanks for any help.
--
VR
Comment