sixd Mon Mar 9 17:48:36 2009 UTC
Modified files:
/php-src/ext/oci8/tests bug27303_3.phpt
Log:
Silence initialization warning
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/bug27303_3.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/oci8/tests/bug27303_3.phpt
diff -u php-src/ext/oci8/tests/bug27303_3.phpt:1.4
php-src/ext/oci8/tests/bug27303_3.phpt:1.5
--- php-src/ext/oci8/tests/bug27303_3.phpt:1.4 Mon May 7 16:50:40 2007
+++ php-src/ext/oci8/tests/bug27303_3.phpt Mon Mar 9 17:48:36 2009
@@ -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