summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-07-11 22:33:42 +0200
committerAnatoliy Belsky <ab@php.net>2012-07-11 22:33:42 +0200
commit896d0fcd41df13fc852417de222aac2482d2704b (patch)
tree6bfee4d98af00733834ebb96e1a2be0f056b0e63
parentb383ddf1e5175abf1d000e887961fdcebae646a0 (diff)
downloadphp-git-896d0fcd41df13fc852417de222aac2482d2704b.tar.gz
updated NEWS
-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)