From: Adam Harvey Date: Fri, 7 Jan 2011 03:43:20 +0000 (+0000) Subject: Implement request #53684 (Deprecated HTML in sample php.ini). X-Git-Tag: php-5.3.6RC1~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39210df0ed8efe262822e06fb45ac60cf4e9e552;p=php Implement request #53684 (Deprecated HTML in sample php.ini). --- diff --git a/php.ini-development b/php.ini-development index a75c2b3448..8bd6ae9f9e 100644 --- a/php.ini-development +++ b/php.ini-development @@ -621,13 +621,13 @@ html_errors = On ; this setting blank. ; http://php.net/error-prepend-string ; Example: -;error_prepend_string = "" +;error_prepend_string = "" ; String to output after an error message. PHP's default behavior is to leave ; this setting blank. ; http://php.net/error-append-string ; Example: -;error_append_string = "" +;error_append_string = "" ; Log errors to specified file. PHP's default behavior is to leave this value ; empty. diff --git a/php.ini-production b/php.ini-production index cbad176b95..4be59a3a0f 100644 --- a/php.ini-production +++ b/php.ini-production @@ -621,13 +621,13 @@ html_errors = Off ; this setting blank. ; http://php.net/error-prepend-string ; Example: -;error_prepend_string = "" +;error_prepend_string = "" ; String to output after an error message. PHP's default behavior is to leave ; this setting blank. ; http://php.net/error-append-string ; Example: -;error_append_string = "" +;error_append_string = "" ; Log errors to specified file. PHP's default behavior is to leave this value ; empty.