From: Timm Friebe Date: Tue, 10 Feb 2004 20:39:08 +0000 (+0000) Subject: - Removed pointless call to error_reporting() X-Git-Tag: php-5.0.0b4RC1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3a55e95dec3e181a079e556a9b2ff79dba96f39;p=php - Removed pointless call to error_reporting() --- diff --git a/ext/sybase_ct/tests/test.inc b/ext/sybase_ct/tests/test.inc index c7e2396ed5..48aa7d23b3 100644 --- a/ext/sybase_ct/tests/test.inc +++ b/ext/sybase_ct/tests/test.inc @@ -4,8 +4,6 @@ * $Id$ */ - error_reporting(E_ALL); - // Change if needed define('HOST', '****'); define('USER', '****');