summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 902185cffe..2f60c43061 100644
--- a/NEWS
+++ b/NEWS
@@ -204,6 +204,7 @@ PHP NEWS
having had its dtor callback called in between). (Gustavo)
. Fixed bug #61347 (inconsistent isset behavior of Arrayobject). (Laruence)
. Fixed bug #61326 (ArrayObject comparison). (Gustavo)
+ . Fixed bug #62477 LimitIterator int overflow. (Anatoliy)
- SQLite3 extension:
. Add createCollation() method. (Brad Dewar)