jani            Thu Aug 14 23:27:38 2008 UTC

  Modified files:              
    /php-src/ext/spl/tests      dit_002.phpt 
  Log:
  - Skipif: as long as it is an extension, it can be disabled..
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dit_002.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/dit_002.phpt
diff -u php-src/ext/spl/tests/dit_002.phpt:1.2 
php-src/ext/spl/tests/dit_002.phpt:1.3
--- php-src/ext/spl/tests/dit_002.phpt:1.2      Sat May 24 14:11:59 2008
+++ php-src/ext/spl/tests/dit_002.phpt  Thu Aug 14 23:27:38 2008
@@ -1,5 +1,7 @@
 --TEST--
 SPL: DirectoryIterator defaults
+--SKIPIF--
+<?php if (!extension_loaded("spl") || !extension_loaded('reflection')) print 
"skip"; ?>
 --FILE--
 <?php
 



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

Reply via email to