tony2001                Mon May  7 08:25:21 2007 UTC

  Modified files:              
    /php-src/ext/oci8/tests     bug27303.phpt 
  Log:
  fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/bug27303.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/oci8/tests/bug27303.phpt
diff -u php-src/ext/oci8/tests/bug27303.phpt:1.4 
php-src/ext/oci8/tests/bug27303.phpt:1.5
--- php-src/ext/oci8/tests/bug27303.phpt:1.4    Fri Nov 10 16:56:19 2006
+++ php-src/ext/oci8/tests/bug27303.phpt        Mon May  7 08:25:21 2007
@@ -15,7 +15,7 @@
 
 foreach ($create_st as $statement) {
        $stmt = oci_parse($c, $statement);
-       oci_execute($stmt);
+       @oci_execute($stmt);
 }
 
 define('MYLIMIT', 200);

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

Reply via email to