From: Timm Friebe Date: Mon, 9 Feb 2004 00:14:24 +0000 (+0000) Subject: - Changed error_reporting setting to E_ALL so we get the notices X-Git-Tag: php-5.0.0b4RC1~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8bd293005a91811033671a0ff01c8080050e2c1;p=php - Changed error_reporting setting to E_ALL so we get the notices --- diff --git a/ext/sybase_ct/tests/test.inc b/ext/sybase_ct/tests/test.inc index 48aa7d23b3..c7e2396ed5 100644 --- a/ext/sybase_ct/tests/test.inc +++ b/ext/sybase_ct/tests/test.inc @@ -4,6 +4,8 @@ * $Id$ */ + error_reporting(E_ALL); + // Change if needed define('HOST', '****'); define('USER', '****');