]> granicus.if.org Git - php/commitdiff
- Added the fixed bug #46615
authorDavid Coallier <davidc@php.net>
Sat, 22 Nov 2008 14:35:39 +0000 (14:35 +0000)
committerDavid Coallier <davidc@php.net>
Sat, 22 Nov 2008 14:35:39 +0000 (14:35 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 32ab2e0b7cb519e0523c657a8b39f606416514d7..76560180742e10d1c1dc491fa3853f1e62537319 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -51,3 +51,5 @@ PHP                                                                        NEWS
 - Added shm_has_var() function. (Mike)
 
 - Fixed bug #40325 (Vary: header missing in gzip output handlers). (Mike)
+- Fixed bug #46615 (Make SplHeap->key() returns the key count -1 instead
+  of the key count). (David C.)