]> granicus.if.org Git - php/commitdiff
Implement request #53684 (Deprecated HTML in sample php.ini).
authorAdam Harvey <aharvey@php.net>
Fri, 7 Jan 2011 03:43:20 +0000 (03:43 +0000)
committerAdam Harvey <aharvey@php.net>
Fri, 7 Jan 2011 03:43:20 +0000 (03:43 +0000)
php.ini-development
php.ini-production

index a75c2b3448816b88e4b82402b3c8cc0d70be0d01..8bd6ae9f9e17e771eb12d5edcdf9ca6262f9e645 100644 (file)
@@ -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.
index cbad176b9515dfdf5e295665b874bfdf7f81e507..4be59a3a0f9d21318b71981e24a1cdfe70007bd1 100644 (file)
@@ -621,13 +621,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.