aharvey                                  Fri, 07 Jan 2011 03:43:20 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=307206

Log:
Implement request #53684 (Deprecated HTML in sample php.ini).

Bug: http://bugs.php.net/53684 (Assigned) Deprecated HTML in sample php.ini
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/php.ini-development
    U   php/php-src/branches/PHP_5_3/php.ini-production
    U   php/php-src/trunk/php.ini-development
    U   php/php-src/trunk/php.ini-production

Modified: php/php-src/branches/PHP_5_3/php.ini-development
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-development    2011-01-07 03:39:17 UTC 
(rev 307205)
+++ php/php-src/branches/PHP_5_3/php.ini-development    2011-01-07 03:43:20 UTC 
(rev 307206)
@@ -621,13 +621,13 @@
 ; 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.

Modified: php/php-src/branches/PHP_5_3/php.ini-production
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-production     2011-01-07 03:39:17 UTC 
(rev 307205)
+++ php/php-src/branches/PHP_5_3/php.ini-production     2011-01-07 03:43:20 UTC 
(rev 307206)
@@ -621,13 +621,13 @@
 ; 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.

Modified: php/php-src/trunk/php.ini-development
===================================================================
--- php/php-src/trunk/php.ini-development       2011-01-07 03:39:17 UTC (rev 
307205)
+++ php/php-src/trunk/php.ini-development       2011-01-07 03:43:20 UTC (rev 
307206)
@@ -566,13 +566,13 @@
 ; 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.

Modified: php/php-src/trunk/php.ini-production
===================================================================
--- php/php-src/trunk/php.ini-production        2011-01-07 03:39:17 UTC (rev 
307205)
+++ php/php-src/trunk/php.ini-production        2011-01-07 03:43:20 UTC (rev 
307206)
@@ -566,13 +566,13 @@
 ; 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.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to