]> granicus.if.org Git - php/commitdiff
Sync char set wording with migration doc
authorChristopher Jones <sixd@php.net>
Tue, 6 Mar 2012 23:34:57 +0000 (23:34 +0000)
committerChristopher Jones <sixd@php.net>
Tue, 6 Mar 2012 23:34:57 +0000 (23:34 +0000)
UPGRADING

index 5837b8bfd0228e180f96bc2b0e5866b2009b2351..f83e7543c534d255f8efdaa31f3d14bf2386b3ad 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -36,9 +36,10 @@ PHP 5.4 UPGRADE NOTES
 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