NEWS and UPGRADING for utf8_encode() and utf8_decode() move

This commit is contained in:
Andrea Faulds 2016-10-17 15:44:16 +01:00
parent 1a512eed44
commit 858531661b
2 changed files with 6 additions and 0 deletions

3
NEWS
View File

@ -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! >>>

View File

@ -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