diff options
author | ekinhbayar <ekin@coproductivity.com> | 2017-05-06 22:25:04 +0300 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-05-08 05:47:52 +0100 |
commit | 47a1ab36b009f25d246705ce72927fbe0afe063e (patch) | |
tree | 32fb50b8ac25765f9c2fb8e91724313e7e5d3838 /php.ini-production | |
parent | 8daef7e42303269b05f54c02afb3312a2f656ae3 (diff) | |
download | php-git-47a1ab36b009f25d246705ce72927fbe0afe063e.tar.gz |
Update php.ini-* for deprecated track_errors directive
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php.ini-production b/php.ini-production index c8242dc063..82413187d9 100644 --- a/php.ini-production +++ b/php.ini-production @@ -525,11 +525,12 @@ report_memleaks = On ; Store the last error/warning message in $php_errormsg (boolean). Setting this value ; to On can assist in debugging and is appropriate for development servers. It should ; however be disabled on production servers. +; This directive is DEPRECATED. ; Default Value: Off -; Development Value: On +; Development Value: Off ; Production Value: Off ; http://php.net/track-errors -track_errors = Off +;track_errors = Off ; Turn off normal error reporting and emit XML-RPC error XML ; http://php.net/xmlrpc-errors |