--- embedaddon/php/ext/libxml/tests/bug61367-read.phpt 2012/05/29 12:34:40 1.1 +++ embedaddon/php/ext/libxml/tests/bug61367-read.phpt 2013/07/22 01:31:53 1.1.1.2 @@ -4,17 +4,19 @@ Bug #61367: open_basedir bypass in libxml RSHUTDOWN: r --INI-- open_basedir=. -; Suppress spurious "Trying to get property of non-object" notices error_reporting=E_ALL & ~E_NOTICE --FILE-- resolveExternals = true; $doc->substituteEntities = true; $dir = htmlspecialchars(dirname(getcwd())); + $dir = str_replace('\\', '/', $dir); // fix for windows $doc->loadXML( <<