johannes Tue May 1 08:35:57 2007 UTC
Modified files:
/php-src/ext/dom/tests dom_xinclude.phpt
Log:
- Fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom_xinclude.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/dom/tests/dom_xinclude.phpt
diff -u php-src/ext/dom/tests/dom_xinclude.phpt:1.5
php-src/ext/dom/tests/dom_xinclude.phpt:1.6
--- php-src/ext/dom/tests/dom_xinclude.phpt:1.5 Thu Oct 20 19:22:54 2005
+++ php-src/ext/dom/tests/dom_xinclude.phpt Tue May 1 08:35:57 2007
@@ -12,7 +12,7 @@
$data = file_get_contents(dirname(__FILE__)."/xinclude.xml");
$data =
str_replace('compress.zlib://ext/dom/tests/','compress.zlib://'.dirname(__FILE__).'/',
$data);
-$dom->loadXML($data);
+$dom->loadXML((binary)$data);
$dom->xinclude();
print $dom->saveXML()."\n";
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php