It was working fine on PHP 5.3
$objXmlFile = simplexml_load_file( 'test.xml' );
$arrresElements = $objXmlFile->xpath( '/id' );
But After updating from PHP 5.3 to 5.4 its giving following error:
simplexml_load_file(): I/O warning : failed to load external entity
Is there anything changed in 5.4