summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-02-17 17:09:24 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-02-17 17:09:24 +0000
commite8084032505ca4d2a46eb93b38c108268dd6a8d1 (patch)
tree6a78f7afb0e5b35ac437d47476edbc4b1876101c
parent013c7f1f922fce5e982855a62ee60ac943dda55c (diff)
downloadphp-git-e8084032505ca4d2a46eb93b38c108268dd6a8d1.tar.gz
FN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9b627aa85c..b109a4ed26 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ PHP NEWS
- Fixed bug #45940 (MySQLI OO does not populate connect_error property on
failed connect). (Johannes)
- Fixed bug #45923 (mb_st[r]ripos() offset not handled correctly). (Moriyoshi)
+- Fixed bug #45327 (memory leak if offsetGet throws exception). (Greg)
- Fixed bug #43841 (mb_strrpos() offset is byte count for negative values).
(Moriyoshi)