SimpleXml class not found
Posted
by Danten
on Stack Overflow
See other posts from Stack Overflow
or by Danten
Published on 2010-04-08T01:27:19Z
Indexed on
2010/04/08
1:33 UTC
Read the original article
Hit count: 361
After initiating a new SimpleXml object:
$xml = new SimpleXML($xmlStr);
PHP errors out:
Fatal error: Class 'SimpleXML' not found
PHP info reads:
- Simplexml support enabled
- Revision $Revision: 1.151.2.22.2.35.2.32 $
- Schema support enabled
What could possibly be going wrong?
© Stack Overflow or respective owner