]> granicus.if.org Git - php/commitdiff
Mbstring bug fixing news
authorIlia Alshanetsky <iliaa@php.net>
Sun, 17 Feb 2008 17:20:40 +0000 (17:20 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 17 Feb 2008 17:20:40 +0000 (17:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d774ef30ba88d5060b74627b3649364b214af240..d2c2eb9996db90d114fb86a2f42041e0255079c3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ PHP                                                                        NEWS
 - Fixed bug #44028 (crash inside stream_socket_enable_crypto() when enabling
   encryption without crypto type). (Ilia)
 - Fixed bug #44018 (RecursiveDirectoryIterator options inconsistancy). (Marcus)
+- Fixed bug #43998 (Two error messages returned for incorrect encoding for
+  mb_strto[upper|lower]). (Rui)
+- Fixed bug #43994 (mb_ereg 'successfully' matching incorrect). (Rui)
 - Fixed bug #43954 (Memory leak when sending the same HTTP status code
   multiple times). (Scott)
 - Fixed bug #43927 (koi8r is missing from html_entity_decode()).
@@ -29,6 +32,9 @@ PHP                                                                        NEWS
   in mysql_connect()). (Hannes)
 - Fixed bug #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251).
   (phprus at gmail dot com, Tony)
+- Fixed bug #43841 (mb_strrpos offset is byte count for negative values). (Rui)
+- Fixed bug #43840 (mb_strpos bounds check is byte count rather than a character
+  count). (Rui)
 - Fixed bug #43808 (date_create never fails (even when it should)). (Derick)
 - Fixed bug #43793 (zlib filter is unable to auto-detect gzip/zlib file headers).
   (Greg)