bjori Sat Sep 9 21:43:11 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src php.ini-recommended php.ini-dist
Log:
Add E_RECOVERABLE
http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.179.2.11.2.6&r2=1.179.2.11.2.7&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.179.2.11.2.6
php-src/php.ini-recommended:1.179.2.11.2.7
--- php-src/php.ini-recommended:1.179.2.11.2.6 Sun Sep 3 11:39:45 2006
+++ php-src/php.ini-recommended Sat Sep 9 21:43:11 2006
@@ -322,6 +322,7 @@
; reporting level
; E_ALL - All errors and warnings (doesn't include E_STRICT)
; E_ERROR - fatal run-time errors
+; E_RECOVERABLE_ERROR - almost fatal run-time errors
; E_WARNING - run-time warnings (non-fatal errors)
; E_PARSE - compile-time parse errors
; E_NOTICE - run-time notices (these are warnings which often result
@@ -353,7 +354,7 @@
;
; - Show only errors
;
-;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
+;error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
;
; - Show all errors, except coding standards warnings
;
http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.231.2.10.2.7&r2=1.231.2.10.2.8&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.231.2.10.2.7 php-src/php.ini-dist:1.231.2.10.2.8
--- php-src/php.ini-dist:1.231.2.10.2.7 Sun Sep 3 11:39:45 2006
+++ php-src/php.ini-dist Sat Sep 9 21:43:11 2006
@@ -264,6 +264,7 @@
; reporting level
; E_ALL - All errors and warnings (doesn't include E_STRICT)
; E_ERROR - fatal run-time errors
+; E_RECOVERABLE_ERROR - almost fatal run-time errors
; E_WARNING - run-time warnings (non-fatal errors)
; E_PARSE - compile-time parse errors
; E_NOTICE - run-time notices (these are warnings which often result
@@ -295,7 +296,7 @@
;
; - Show only errors
;
-;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
+;error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
;
; - Show all errors except for notices and coding standards warnings
;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php