From: Moriyoshi Koizumi Date: Sun, 15 Feb 2009 07:12:15 +0000 (+0000) Subject: - BFN X-Git-Tag: php-5.2.9RC3~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef65c8ca6034b367af2c0391475309444ed3eab8;p=php - BFN --- diff --git a/NEWS b/NEWS index 996b871b8f..26d25e9275 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Feb 2009, PHP 5.2.9 -- Fixed Bug #45923 (mb_st[r]ripos() offset not handled correctly). (Moriyoshi) +- Fixed bug #45923 (mb_st[r]ripos() offset not handled correctly). (Moriyoshi) +- Fixed bug #43841 (mb_strrpos() offset is byte count for negative values). + (Moriyoshi) 12 Feb 2009, PHP 5.2.9RC2 - Fixed bug #47353 (crash when creating a lot of objects in object destructor).