diff options
author | Jon Parise <jon@php.net> | 2001-06-19 20:50:03 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2001-06-19 20:50:03 +0000 |
commit | 355153b4b28710e309dca565598e18c3adbf4f8a (patch) | |
tree | d466108dfd89b313661405145997c0b125d45ae1 /php.ini-dist | |
parent | 2ee17dcc3bf1e42395f8054a4bc53f798a1b65dc (diff) | |
download | php-git-355153b4b28710e309dca565598e18c3adbf4f8a.tar.gz |
Include the 'html_errors' directive.
Submitted by: "Daniel Beckham" <danbeck-cvs@dealnews.com>
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 3 |
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>" |