]> granicus.if.org Git - php/commitdiff
Update php.ini-* for deprecated track_errors directive
authorekinhbayar <ekin@coproductivity.com>
Sat, 6 May 2017 19:25:04 +0000 (22:25 +0300)
committerJoe Watkins <krakjoe@php.net>
Mon, 8 May 2017 04:47:52 +0000 (05:47 +0100)
php.ini-development
php.ini-production

index bb70f10783c12d2cd11278fa132d2d84b0f14f19..178e4cfba95b5d99cdcbd3b1a7d26a107f7a11ab 100644 (file)
@@ -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
index c8242dc063eb7a30fc2797bf4d5e994d66550c52..82413187d97407c8e93dbeffc9cec5b92b4f1ae1 100644 (file)
@@ -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