summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index b4fd4befb5..d695e57868 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -275,6 +275,11 @@ ignore_repeated_errors = Off
; sourcelines.
ignore_repeated_source = Off
+; If this parameter is set to Off, then memory leaks will not be shown (on
+; stdout or in the log). This has only effect in a debug compile, and if
+; error reporting includes E_WARNING in the allowed list
+report_memleaks = On
+
; Store the last error/warning message in $php_errormsg (boolean).
track_errors = Off