From f506f6254a3e6c5891796d5f9d9d39f5b3a48f86 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 17 Feb 2008 17:20:40 +0000 Subject: [PATCH] Mbstring bug fixing news --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index d774ef30ba..d2c2eb9996 100644 --- 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) -- 2.50.1