tony2001                Fri Apr 20 21:01:03 2007 UTC

  Modified files:              
    /php-src/ext/libxml/tests   003.phpt 
  Log:
  fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/tests/003.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/libxml/tests/003.phpt
diff -u php-src/ext/libxml/tests/003.phpt:1.2 
php-src/ext/libxml/tests/003.phpt:1.3
--- php-src/ext/libxml/tests/003.phpt:1.2       Tue Jun 27 22:54:29 2006
+++ php-src/ext/libxml/tests/003.phpt   Fri Apr 20 21:01:03 2007
@@ -15,7 +15,7 @@
     </movies>
 XML;
 
-simplexml_load_string($xmlstr);
+simplexml_load_string((binary)$xmlstr);
 
 // test memleaks here
 var_dump(libxml_use_internal_errors(false));

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to