summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index eb5081697b..d3d115f95a 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -219,6 +219,9 @@ log_errors = Off
; Store the last error/warning message in $php_errormsg (boolean).
track_errors = Off
+; Disable the inclusion of HTML tags in error messages.
+;html_errors = Off
+
; String to output before an error message.
;error_prepend_string = "<font color=ff0000>"