1

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

Shankar Narayana Damodaran
  • 68,075
  • 43
  • 96
  • 126
user3572246
  • 11
  • 1
  • 2

0 Answers0