sixd Tue, 06 Mar 2012 23:34:57 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=323975
Log: Sync char set wording with migration doc Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING =================================================================== --- php/php-src/branches/PHP_5_4/UPGRADING 2012-03-06 23:08:16 UTC (rev 323974) +++ php/php-src/branches/PHP_5_4/UPGRADING 2012-03-06 23:34:57 UTC (rev 323975) @@ -36,9 +36,10 @@ 1. Changes to INI directives ============================= -- The php.ini default_charset directive now defaults to UTF-8. If you - were relying on the previous default of ISO-88590-1, you will need - to add: +- The default character set is now UTF-8 when the default_charset + php.ini directive is not explicitly set. This applies to functions + such as htmlentities() and htmlspecialchars(). If you were relying + on the previous default of ISO-8859-1 you will need to add: default_charset = iso-8859-1
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php