From 355153b4b28710e309dca565598e18c3adbf4f8a Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 19 Jun 2001 20:50:03 +0000 Subject: Include the 'html_errors' directive. Submitted by: "Daniel Beckham" --- php.ini-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php.ini-dist') 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 = "" -- cgit v1.2.1