From: Yasuo Ohgaki Date: Wed, 10 Aug 2016 06:20:45 +0000 (+0900) Subject: Fixed typo X-Git-Tag: php-7.2.0alpha1~1553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fcd8ac2554155c49ddc3d52302562a48dd292da;p=php Fixed typo --- diff --git a/NEWS b/NEWS index f3e7307fa1..e8c5a69896 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,7 @@ PHP NEWS . Fixed bug #70896 (gmp_fact() silently ignores non-integer input). (Sara) - Mbstring: - . Implemented request #66024 (chr() and mb_ord()) (Masakielastic, Yasuo) + . Implemented request #66024 (mb_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)