]> 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 7ed324f857cf89dc15b17847c4f689007cf16424..e9b505c7fef487863d01195ddefc6cd59d3fd81d 100644 (file)
@@ -566,13 +566,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 756fbeaf82ae32dbf59cd3329efdc6d0eb443422..e8b505cb910a580a291fa146ec125fcf2a472619 100644 (file)
@@ -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.