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?