diff --git a/devphp7/config/php.ini b/devphp7/config/php.ini index 9f754a1..d9a2698 100644 --- a/devphp7/config/php.ini +++ b/devphp7/config/php.ini @@ -442,7 +442,7 @@ memory_limit = 128M ; Development Value: E_ALL ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT ; http://php.net/error-reporting -error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT +error_reporting = E_ALL & ~E_DEPRECATED ; This directive controls whether or not and where PHP will output errors, ; notices and warnings too. Error output is very useful during development, but @@ -459,7 +459,7 @@ error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT ; Development Value: On ; Production Value: Off ; http://php.net/display-errors -display_errors = Off +display_errors = On ; The display of errors which occur during PHP's startup sequence are handled ; separately from display_errors. PHP's default behavior is to suppress those @@ -514,7 +514,7 @@ report_memleaks = On ; Development Value: On ; Production Value: Off ; http://php.net/track-errors -track_errors = Off +track_errors = On ; Turn off normal error reporting and emit XML-RPC error XML ; http://php.net/xmlrpc-errors