From abf0ea0110bbcd598badf6bb9eabb052ee841cad Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 7 Jan 2011 03:43:20 +0000 Subject: [PATCH] Implement request #53684 (Deprecated HTML in sample php.ini). --- php.ini-development | 4 ++-- php.ini-production | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php.ini-development b/php.ini-development index 7ed324f857..e9b505c7fe 100644 --- a/php.ini-development +++ b/php.ini-development @@ -566,13 +566,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 756fbeaf82..e8b505cb91 100644 --- a/php.ini-production +++ b/php.ini-production @@ -566,13 +566,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. -- 2.40.0