]> granicus.if.org Git - php/commitdiff
Remove reference to "default_charset" here since the it isn't
authorRasmus Lerdorf <rasmus@php.net>
Mon, 12 Mar 2012 15:21:15 +0000 (15:21 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Mon, 12 Mar 2012 15:21:15 +0000 (15:21 +0000)
really about the ini option at all. That only comes into play
when you force it by passing and empty encoding string to those
functions.

NEWS

diff --git a/NEWS b/NEWS
index 8dba8c881a8874c7b50daff88c21c5845dfa94c5..2ee543b6a6ed465ea7f826a834236aacc92f2539 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -168,8 +168,8 @@ PHP                                                                        NEWS
   . Changed error handlers to only generate docref links when the docref_root 
     php.ini setting is not empty. (Derick)
   . Changed silent conversion of array to string to produce a notice. (Patrick)
-  . Changed default value of "default_charset" php.ini option from ISO-8859-1 to
-    UTF-8. (Rasmus)
+  . Changed default encoding from ISO-8859-1 to UTF-8 when not specified in
+    htmlspecialchars and htmlentities. (Rasmus)
   . Changed casting of null/''/false into an Object when adding a property
     from E_STRICT into a warning. (Scott)
   . Changed E_ALL to include E_STRICT. (Stas)