tony2001 Sun Nov 28 08:22:11 2004 EDT Modified files: (Branch: PHP_5_0) /php-src php.ini-dist php.ini-recommended Log: MFH: fix #30314 http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.215.2.5&r2=1.215.2.6&ty=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.215.2.5 php-src/php.ini-dist:1.215.2.6 --- php-src/php.ini-dist:1.215.2.5 Mon Nov 15 18:29:42 2004 +++ php-src/php.ini-dist Sun Nov 28 08:22:11 2004 @@ -248,7 +248,7 @@ ; error_reporting is a bit-field. Or each number up to get desired error ; reporting level -; E_ALL - All errors and warnings +; E_ALL - All errors and warnings (doesn't include E_STRICT) ; E_ERROR - fatal run-time errors ; E_WARNING - run-time warnings (non-fatal errors) ; E_PARSE - compile-time parse errors http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.159.2.5&r2=1.159.2.6&ty=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.159.2.5 php-src/php.ini-recommended:1.159.2.6 --- php-src/php.ini-recommended:1.159.2.5 Mon Nov 15 18:29:42 2004 +++ php-src/php.ini-recommended Sun Nov 28 08:22:11 2004 @@ -306,7 +306,7 @@ ; error_reporting is a bit-field. Or each number up to get desired error ; reporting level -; E_ALL - All errors and warnings +; E_ALL - All errors and warnings (doesn't include E_STRICT) ; E_ERROR - fatal run-time errors ; E_WARNING - run-time warnings (non-fatal errors) ; E_PARSE - compile-time parse errors
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php