1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove report_memleaks entry from php.ini-* (#19502)

This commit is contained in:
Alexandre Daubois
2025-08-16 20:41:03 +02:00
committed by GitHub
parent 1299376b8f
commit 096938fd4a
2 changed files with 0 additions and 14 deletions

View File

@@ -539,13 +539,6 @@ 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
; This setting is off by default.
;report_zend_debug = 0