diff options
author | Adam Harvey <aharvey@php.net> | 2011-01-07 03:43:20 +0000 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2011-01-07 03:43:20 +0000 |
commit | abf0ea0110bbcd598badf6bb9eabb052ee841cad (patch) | |
tree | df249a7947a412e28519f5e49c3ed17872b01a7e /php.ini-production | |
parent | d3e6f27a7614f0e7cadb959bcd86a386ec276ce6 (diff) | |
download | php-git-abf0ea0110bbcd598badf6bb9eabb052ee841cad.tar.gz |
Implement request #53684 (Deprecated HTML in sample php.ini).
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 4 |
1 files changed, 2 insertions, 2 deletions
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 = "<font color=#ff0000>" +;error_prepend_string = "<span style='color: #ff0000'>" ; 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 = "</font>" +;error_append_string = "</span>" ; Log errors to specified file. PHP's default behavior is to leave this value ; empty. |