summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2011-01-07 03:43:20 +0000
committerAdam Harvey <aharvey@php.net>2011-01-07 03:43:20 +0000
commit39210df0ed8efe262822e06fb45ac60cf4e9e552 (patch)
treef7e506f1bb1536d96ec8d16eec70349482f8a206 /php.ini-development
parent29a82ceb56dca5336cf9f63d5abf0bfd22bf4d7a (diff)
downloadphp-git-39210df0ed8efe262822e06fb45ac60cf4e9e552.tar.gz
Implement request #53684 (Deprecated HTML in sample php.ini).
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development4
1 files changed, 2 insertions, 2 deletions
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 = "<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.