tony2001 Sun Nov 28 08:21:09 2004 EDT Modified files: /php-src php.ini-dist php.ini-recommended Log: fix #30314 http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.220&r2=1.221&ty=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.220 php-src/php.ini-dist:1.221 --- php-src/php.ini-dist:1.220 Mon Nov 15 18:27:48 2004 +++ php-src/php.ini-dist Sun Nov 28 08:21:09 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.164&r2=1.165&ty=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.164 php-src/php.ini-recommended:1.165 --- php-src/php.ini-recommended:1.164 Mon Nov 15 18:27:48 2004 +++ php-src/php.ini-recommended Sun Nov 28 08:21:09 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