johannes Mon Feb 11 00:01:29 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src php.ini-dist php.ini-recommended
Log:
- Fix typo (see #44095)
http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.231.2.10.2.22&r2=1.231.2.10.2.23&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.231.2.10.2.22
php-src/php.ini-dist:1.231.2.10.2.23
--- php-src/php.ini-dist:1.231.2.10.2.22 Tue Aug 21 23:24:18 2007
+++ php-src/php.ini-dist Mon Feb 11 00:01:29 2008
@@ -369,7 +369,7 @@
;docref_ext = .html
; String to output before an error message.
-;error_prepend_string = "<font color=ff0000>"
+;error_prepend_string = "<font color=#ff0000>"
; String to output after an error message.
;error_append_string = "</font>"
http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.179.2.11.2.23&r2=1.179.2.11.2.24&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.179.2.11.2.23
php-src/php.ini-recommended:1.179.2.11.2.24
--- php-src/php.ini-recommended:1.179.2.11.2.23 Tue Aug 21 23:24:18 2007
+++ php-src/php.ini-recommended Mon Feb 11 00:01:29 2008
@@ -419,7 +419,7 @@
;docref_ext = .html
; String to output before an error message.
-;error_prepend_string = "<font color=ff0000>"
+;error_prepend_string = "<font color=#ff0000>"
; String to output after an error message.
;error_append_string = "</font>"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php