]> granicus.if.org Git - php/commitdiff
Include the 'html_errors' directive.
authorJon Parise <jon@php.net>
Tue, 19 Jun 2001 20:50:03 +0000 (20:50 +0000)
committerJon Parise <jon@php.net>
Tue, 19 Jun 2001 20:50:03 +0000 (20:50 +0000)
Submitted by: "Daniel Beckham" <danbeck-cvs@dealnews.com>

php.ini-dist

index eb5081697bf60fd81f10f046b3101351eb9e4848..d3d115f95a7e5a5b8dd7de22319a17ffa6a8610b 100644 (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>"