mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Deprecate disabling report_memleaks INI directive (#19481)
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_report_memleaks_ini_directive
This commit is contained in:
committed by
GitHub
parent
7ca21d2e07
commit
a84a82ed88
@@ -537,11 +537,12 @@ ignore_repeated_errors = Off
|
||||
; https://php.net/ignore-repeated-source
|
||||
ignore_repeated_source = Off
|
||||
|
||||
; Use of this INI entry is deprecated, it will be removed in PHP 9.0.
|
||||
; If this parameter is set to Off, then memory leaks will not be shown (on
|
||||
; stdout or in the log). This is only effective in a debug compile, and if
|
||||
; error reporting includes E_WARNING in the allowed list
|
||||
; https://php.net/report-memleaks
|
||||
report_memleaks = On
|
||||
;report_memleaks = On
|
||||
|
||||
; This setting is off by default.
|
||||
;report_zend_debug = 0
|
||||
|
||||
Reference in New Issue
Block a user