]> granicus.if.org Git - php/commitdiff
- Changed error_reporting setting to E_ALL so we get the notices
authorTimm Friebe <thekid@php.net>
Mon, 9 Feb 2004 00:14:24 +0000 (00:14 +0000)
committerTimm Friebe <thekid@php.net>
Mon, 9 Feb 2004 00:14:24 +0000 (00:14 +0000)
ext/sybase_ct/tests/test.inc

index 48aa7d23b32c51767575226ce77966cbc79675af..c7e2396ed57287f44b470a0f8977a2a0533b10ae 100644 (file)
@@ -4,6 +4,8 @@
  * $Id$ 
  */
 
+  error_reporting(E_ALL);
+
   // Change if needed
   define('HOST',     '****');
   define('USER',     '****');