thekid          Tue Feb 10 15:39:09 2004 EDT

  Modified files:              
    /php-src/ext/sybase_ct/tests        test.inc 
  Log:
  - Removed pointless call to error_reporting()
  
http://cvs.php.net/diff.php/php-src/ext/sybase_ct/tests/test.inc?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/sybase_ct/tests/test.inc
diff -u php-src/ext/sybase_ct/tests/test.inc:1.3 
php-src/ext/sybase_ct/tests/test.inc:1.4
--- php-src/ext/sybase_ct/tests/test.inc:1.3    Sun Feb  8 19:14:24 2004
+++ php-src/ext/sybase_ct/tests/test.inc        Tue Feb 10 15:39:08 2004
@@ -1,11 +1,9 @@
 <?php
 /* This file is part of PHP test framework for ext/sybase_ct
  *
- * $Id: test.inc,v 1.3 2004/02/09 00:14:24 thekid Exp $ 
+ * $Id: test.inc,v 1.4 2004/02/10 20:39:08 thekid Exp $ 
  */
 
-  error_reporting(E_ALL);
-
   // Change if needed
   define('HOST',     '****');
   define('USER',     '****');

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to