tony2001                Thu Mar 23 15:03:27 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /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.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/spl/tests/bug36258.phpt
diff -u php-src/ext/spl/tests/bug36258.phpt:1.1.2.1 
php-src/ext/spl/tests/bug36258.phpt:1.1.2.2
--- php-src/ext/spl/tests/bug36258.phpt:1.1.2.1 Thu Feb  2 13:56:16 2006
+++ php-src/ext/spl/tests/bug36258.phpt Thu Mar 23 15:03:27 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.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/spl/tests/bug36287.phpt
diff -u php-src/ext/spl/tests/bug36287.phpt:1.1.2.2 
php-src/ext/spl/tests/bug36287.phpt:1.1.2.3
--- php-src/ext/spl/tests/bug36287.phpt:1.1.2.2 Mon Feb  6 01:28:12 2006
+++ php-src/ext/spl/tests/bug36287.phpt Thu Mar 23 15:03:27 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.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/spl/tests/bug36825.phpt
diff -u php-src/ext/spl/tests/bug36825.phpt:1.1.2.2 
php-src/ext/spl/tests/bug36825.phpt:1.1.2.3
--- php-src/ext/spl/tests/bug36825.phpt:1.1.2.2 Thu Mar 23 11:48:59 2006
+++ php-src/ext/spl/tests/bug36825.phpt Thu Mar 23 15:03:27 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