summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Coallier <davidc@php.net>2008-11-22 14:35:39 +0000
committerDavid Coallier <davidc@php.net>2008-11-22 14:35:39 +0000
commit010c3eb63737fb15e376fe1b169ea0e20139f2a3 (patch)
tree860c6842393cf0b17bf9fa4a03428b73a9734b71
parenta3a0dbe923c83b088af548a73293e9fa22ece833 (diff)
downloadphp-git-010c3eb63737fb15e376fe1b169ea0e20139f2a3.tar.gz
- Added the fixed bug #46615
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 32ab2e0b7c..7656018074 100644
--- 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.)