mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove track_errors and $php_errormsg
This has been deprecated in PHP 7.2 as part of https://wiki.php.net/rfc/deprecations_php_7_2.
This commit is contained in:
parent
ee16d99504
commit
920b4b249f
18 changed files with 4 additions and 327 deletions
|
@ -519,14 +519,6 @@ report_memleaks = On
|
|||
; This setting is on by default.
|
||||
;report_zend_debug = 0
|
||||
|
||||
; Store the last error/warning message in $php_errormsg (boolean).
|
||||
; This directive is DEPRECATED.
|
||||
; Default Value: Off
|
||||
; Development Value: Off
|
||||
; Production Value: Off
|
||||
; http://php.net/track-errors
|
||||
;track_errors = Off
|
||||
|
||||
; Turn off normal error reporting and emit XML-RPC error XML
|
||||
; http://php.net/xmlrpc-errors
|
||||
;xmlrpc_errors = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue