tony2001                Thu Mar 23 15:05:02 2006 UTC

  Modified files:              
    /php-src/ext/spl/tests      bug36258.phpt bug36287.phpt bug36825.phpt 
  Log:
  add missing skipif sections
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug36258.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/bug36258.phpt
diff -u php-src/ext/spl/tests/bug36258.phpt:1.2 
php-src/ext/spl/tests/bug36258.phpt:1.3
--- php-src/ext/spl/tests/bug36258.phpt:1.2     Thu Feb  2 13:57:04 2006
+++ php-src/ext/spl/tests/bug36258.phpt Thu Mar 23 15:05:02 2006
@@ -1,5 +1,7 @@
 --TEST--
 Bug #36258 (SplFileObject::getPath() may lead to segfault)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
 --FILE--
 <?php
 
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug36287.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/bug36287.phpt
diff -u php-src/ext/spl/tests/bug36287.phpt:1.1 
php-src/ext/spl/tests/bug36287.phpt:1.2
--- php-src/ext/spl/tests/bug36287.phpt:1.1     Mon Feb  6 01:28:08 2006
+++ php-src/ext/spl/tests/bug36287.phpt Thu Mar 23 15:05:02 2006
@@ -1,5 +1,7 @@
 --TEST--
 Bug #36287
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
 --FILE--
 <?php
 
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug36825.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/bug36825.phpt
diff -u php-src/ext/spl/tests/bug36825.phpt:1.3 
php-src/ext/spl/tests/bug36825.phpt:1.4
--- php-src/ext/spl/tests/bug36825.phpt:1.3     Thu Mar 23 11:49:53 2006
+++ php-src/ext/spl/tests/bug36825.phpt Thu Mar 23 15:05:02 2006
@@ -1,5 +1,7 @@
 --TEST--
 Bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) 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