]> granicus.if.org Git - php/commitdiff
NEWS and UPGRADING for utf8_encode() and utf8_decode() move
authorAndrea Faulds <ajf@ajf.me>
Mon, 17 Oct 2016 14:44:16 +0000 (15:44 +0100)
committerAndrea Faulds <ajf@ajf.me>
Mon, 17 Oct 2016 14:45:01 +0000 (15:45 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 81313bafb28dd31524c75e247b92d9807f414dd3..8ded8b76bc7b30d64ca4dd4fb4c4db76402dafd5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,5 +39,8 @@ PHP                                                                        NEWS
   . Fixed bug #73234 (Emulated statements let value dictate parameter type).
     (Adam Baratz)
 
+- XML:
+  . Moved utf8_encode() and utf8_decode() to the Standard extension. (Andrea)
+
 <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
 
index 2b4f988370df2daf118d8bc11e78fc73e803ddf8..373607797197cdbc75e988549d8316ee43b61e0f 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -64,6 +64,9 @@ PHP 7.2 UPGRADE NOTES
       'Multiline' = "FirstLine\r\n SecondLine",
     ];
 
+- XML:
+  . utf8_encode() and utf8_decode() have been moved to the Standard extension
+    as string functions.
 
 ========================================
 6. New Functions