Deprecate track_errors / $php_errormsg

This commit is contained in:
Nikita Popov 2017-02-02 21:15:36 +01:00
parent 2df9346e7f
commit c61daf415d
12 changed files with 60 additions and 58 deletions

View file

@ -153,11 +153,6 @@
; Development Value: Off
; Production Value: Off
; track_errors
; Default Value: Off
; Development Value: On
; Production Value: Off
; variables_order
; Default Value: "EGPCS"
; Development Value: "GPCS"
@ -522,14 +517,13 @@ report_memleaks = On
; This setting is on by default.
;report_zend_debug = 0
; 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.
; Store the last error/warning message in $php_errormsg (boolean).
; This directive is DEPRECATED.
; Default Value: Off
; Development Value: On
; Development Value: Off
; Production Value: Off
; http://php.net/track-errors
track_errors = On
track_errors = Off
; Turn off normal error reporting and emit XML-RPC error XML
; http://php.net/xmlrpc-errors