Skip to content

Commit 096938f

Browse files
Remove report_memleaks entry from php.ini-* (#19502)
1 parent 1299376 commit 096938f

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

php.ini-development

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -537,13 +537,6 @@ ignore_repeated_errors = Off
537537
; https://php.net/ignore-repeated-source
538538
ignore_repeated_source = Off
539539

540-
; Use of this INI entry is deprecated, it will be removed in PHP 9.0.
541-
; If this parameter is set to Off, then memory leaks will not be shown (on
542-
; stdout or in the log). This is only effective in a debug compile, and if
543-
; error reporting includes E_WARNING in the allowed list
544-
; https://php.net/report-memleaks
545-
;report_memleaks = On
546-
547540
; This setting is off by default.
548541
;report_zend_debug = 0
549542

php.ini-production

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -539,13 +539,6 @@ ignore_repeated_errors = Off
539539
; https://php.net/ignore-repeated-source
540540
ignore_repeated_source = Off
541541

542-
; Use of this INI entry is deprecated, it will be removed in PHP 9.0.
543-
; If this parameter is set to Off, then memory leaks will not be shown (on
544-
; stdout or in the log). This is only effective in a debug compile, and if
545-
; error reporting includes E_WARNING in the allowed list
546-
; https://php.net/report-memleaks
547-
;report_memleaks = On
548-
549542
; This setting is off by default.
550543
;report_zend_debug = 0
551544

0 commit comments

Comments
 (0)