]> granicus.if.org Git - php/commitdiff
- BFN
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sun, 15 Feb 2009 07:12:15 +0000 (07:12 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sun, 15 Feb 2009 07:12:15 +0000 (07:12 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 996b871b8f7c86a661131e85d6db69221da7acfb..26d25e9275ed90b4c59751ea6b8d6cb10be814af 100644 (file)
--- 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).