diff options
author | David Coallier <davidc@php.net> | 2008-11-22 14:34:00 +0000 |
---|---|---|
committer | David Coallier <davidc@php.net> | 2008-11-22 14:34:00 +0000 |
commit | a9879d34a8f797054872578e5cc9907ef0f01601 (patch) | |
tree | 37789fb5dade6dc44237cd42c7a9e12dc45113bc /NEWS | |
parent | 16de7fbd16d7a9cbed6e71db7b87bb3da0d2c6f4 (diff) | |
download | php-git-a9879d34a8f797054872578e5cc9907ef0f01601.tar.gz |
- Added news item for bug #46615
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ PHP NEWS - Fixed bug #44575 (parse_ini_file comment # line problems). (Arnaud) - Fixed bug #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS). (Johannes, chx1975 at gmail dot com) +- Fixed bug #46615 (Make SplHeap->key() returns the key count -1 instead + of the key count). (David C.) 02 Sep 2008, PHP 5.3.0 Alpha 2 |