com php-src: Update php.ini-* for deprecated track_errors d irective: php.ini-development php.ini-production
[email protected] (Joe Watkins)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 47a1ab36b009f25d246705ce72927fbe0afe063e Author: ekinhbayar <[email protected]> Sat, 6 May 2017 22:25:04 +0300 Committer: Joe Watkins <[email protected]> Mon, 8 May 2017 05:47:52 +0100 Parents: 8daef7e42303269b05f54c02afb3312a2f656ae3 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=47a1ab36b009f25d246705ce72927fbe0afe063e Log: Update php.ini-* for deprecated track_errors directive Changed paths: M php.ini-development M php.ini-production Diff: diff --git a/php.ini-development b/php.ini-development index bb70f10..178e4cf 100644 --- a/php.ini-development +++ b/php.ini-development @@ -523,7 +523,7 @@ report_memleaks = 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 diff --git a/php.ini-production b/php.ini-production index c8242dc..8241318 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