johannes                Tue Jun 12 17:23:57 2007 UTC

  Modified files:              
    /php-src/ext/simplexml/tests        bug37565.phpt 
  Log:
  - Fix test
  
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug37565.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/simplexml/tests/bug37565.phpt
diff -u php-src/ext/simplexml/tests/bug37565.phpt:1.5 
php-src/ext/simplexml/tests/bug37565.phpt:1.6
--- php-src/ext/simplexml/tests/bug37565.phpt:1.5       Mon May  7 17:23:04 2007
+++ php-src/ext/simplexml/tests/bug37565.phpt   Tue Jun 12 17:23:57 2007
@@ -1,7 +1,7 @@
 --TEST--
 Bug #37565 (Using reflection::export with simplexml causing a crash)
 --SKIPIF--
-<?php if (!extension_loaded("simplexml")) print "skip"; ?>
+<?php if (!extension_loaded("simplexml") || !extension_loaded('reflection')) 
print "skip"; ?>
 --FILE--
 <?php
 function my_error_handler($errno, $errstr, $errfile, $errline) {

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

Reply via email to