thekid Sun Feb 8 19:14:29 2004 EDT Modified files: /php-src/ext/sybase_ct/tests test.inc Log: - Changed error_reporting setting to E_ALL so we get the notices http://cvs.php.net/diff.php/php-src/ext/sybase_ct/tests/test.inc?r1=1.2&r2=1.3&ty=u Index: php-src/ext/sybase_ct/tests/test.inc diff -u php-src/ext/sybase_ct/tests/test.inc:1.2 php-src/ext/sybase_ct/tests/test.inc:1.3 --- php-src/ext/sybase_ct/tests/test.inc:1.2 Sun Feb 8 18:58:46 2004 +++ php-src/ext/sybase_ct/tests/test.inc Sun Feb 8 19:14:24 2004 @@ -1,9 +1,11 @@ <?php /* This file is part of PHP test framework for ext/sybase_ct * - * $Id: test.inc,v 1.2 2004/02/08 23:58:46 thekid Exp $ + * $Id: test.inc,v 1.3 2004/02/09 00:14:24 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