From: David Coallier Date: Sat, 22 Nov 2008 14:35:39 +0000 (+0000) Subject: - Added the fixed bug #46615 X-Git-Tag: BEFORE_HEAD_NS_CHANGES_MERGE~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=010c3eb63737fb15e376fe1b169ea0e20139f2a3;p=php - Added the fixed bug #46615 --- 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.)