sixd Mon Mar 9 17:48:54 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/oci8/tests bug27303_3.phpt Log: MFH: Silence initialization warning http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/bug27303_3.phpt?r1=1.1.2.3.2.1&r2=1.1.2.3.2.1.2.1&diff_format=u Index: php-src/ext/oci8/tests/bug27303_3.phpt diff -u php-src/ext/oci8/tests/bug27303_3.phpt:1.1.2.3.2.1 php-src/ext/oci8/tests/bug27303_3.phpt:1.1.2.3.2.1.2.1 --- php-src/ext/oci8/tests/bug27303_3.phpt:1.1.2.3.2.1 Mon May 7 18:02:59 2007 +++ php-src/ext/oci8/tests/bug27303_3.phpt Mon Mar 9 17:48:54 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