Update NEWS and UPGRADING

This commit is contained in:
Yasuo Ohgaki 2016-08-10 14:53:27 +09:00
parent 850a0b5fb6
commit ee797e7ecc
2 changed files with 5 additions and 1 deletions

5
NEWS
View File

@ -23,7 +23,10 @@ PHP NEWS
. Fixed bug #70896 (gmp_fact() silently ignores non-integer input). (Sara)
- Mbstring:
. Implemented reuqest #66024 (chr() and mb_ord()) (Masakielastic, Yasuo)
. Implemented request #66024 (chr() and mb_ord()) (Masakielastic, Yasuo)
. Implemented request #65081 (mb_scrub()) (Masakielastic, Yasuo)
. Implemented request #69086 (enhancement for mb_convert_encoding() that
handles multibyte replacement char nicely) (Masakielastic, Yasuo)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>

View File

@ -167,6 +167,7 @@ PHP 7.1 UPGRADE NOTES
- Mbstring:
. Added mb_chr() and mb_ord().
. Added mb_scurb() that scrub broken mutilbyte strings.
- Standard:
. Added is_iterable() that determines if a value will be accepted by the new