moriyoshi               Thu Jan 23 13:48:43 2003 EDT

  Modified files:              
    /php4/ext/pcre/tests        bug20528.phpt bug21732.phpt 
  Log:
  Removed pointless checks
  
  
Index: php4/ext/pcre/tests/bug20528.phpt
diff -u php4/ext/pcre/tests/bug20528.phpt:1.1 php4/ext/pcre/tests/bug20528.phpt:1.2
--- php4/ext/pcre/tests/bug20528.phpt:1.1       Thu Nov 21 19:08:57 2002
+++ php4/ext/pcre/tests/bug20528.phpt   Thu Jan 23 13:48:43 2003
@@ -1,11 +1,5 @@
 --TEST--
 preg_split() bug #20528
---SKIPIF--
-<?php
-       if (!extension_loaded("pcre")) {
-               die("skip pcre extension is not available");
-       }
-?>
 --FILE--
 <?php
        $data = '(#11/19/2002#)';
Index: php4/ext/pcre/tests/bug21732.phpt
diff -u php4/ext/pcre/tests/bug21732.phpt:1.1 php4/ext/pcre/tests/bug21732.phpt:1.2
--- php4/ext/pcre/tests/bug21732.phpt:1.1       Thu Jan 23 13:22:55 2003
+++ php4/ext/pcre/tests/bug21732.phpt   Thu Jan 23 13:48:43 2003
@@ -1,9 +1,5 @@
 --TEST--
 Bug #21732 (preg_replace() segfaults with invalid parameters)
---SKIPIF--
-<?php
-extension_loaded("pcre") or die("skip pcre extension is not available");
-?>
 --INI--
 error_reporting=0
 --FILE--



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

Reply via email to