]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 13 Feb 2014 23:56:21 +0000 (08:56 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 13 Feb 2014 23:56:39 +0000 (08:56 +0900)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 6f12385a5c6f40ae6c594ffd3f48076c4ffe0f24..d41a44f438132dbf3b9d833fe60e8dd49e4ff045 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP                                                                        NEWS
 - Core:
   . Added T_POW (**) operator
     (RFC: https://wiki.php.net/rfc/pow-operator). (Tjerk Meesters)
+  . Implemented unified default encoding
+    (RFC: https://wiki.php.net/rfc/default_encoding). (Yasuo Ohgaki)
 
 - mysqli
   . Added new function mysqli_get_links_stats() as well as new INI variable
index 9a3e49e7b98134656dbab9ae673ac033d22a7251..de12a7388dfa1ccab57ab7f7c0816d06f071125d 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -55,6 +55,10 @@ PHP X.Y UPGRADE NOTES
 - Added T_POW (**) operator.
   (https://wiki.php.net/rfc/pow-operator)
 
+- Added unified default encoding. default_charset=UTF-8 and functions/extensions
+  use encoding settings honor default_charset.
+  (https://wiki.php.net/rfc/default_encoding)
+
 - The php://input stream is now re-usable and can be used concurrently with 
   enable_post_data_reading=0.