Include the 'html_errors' directive.

Submitted by: "Daniel Beckham" <danbeck-cvs@dealnews.com>
This commit is contained in:
Jon Parise 2001-06-19 20:50:03 +00:00
parent 2ee17dcc3b
commit 355153b4b2

View file

@ -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>"