summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2009-06-09 01:09:28 +0000
committerScott MacVicar <scottmac@php.net>2009-06-09 01:09:28 +0000
commit2229ab084c2627d86d9a6216cc1073e47bc961d2 (patch)
treec3e28c9ecbb9541a05f976ba30ce99800f0aabfc
parentf250ef78245d6f713d2340a2be4e8ed4647928b2 (diff)
downloadphp-git-2229ab084c2627d86d9a6216cc1073e47bc961d2.tar.gz
BFN
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ac3f838082..eb8ceb362d 100644
--- a/NEWS
+++ b/NEWS
@@ -9,10 +9,10 @@
(Jani, spisek at kerio dot com)
- Fixed bug #48448 (Compile failure under IRIX 6.5.30 building cast.c).
(Kalle)
-- Fixed bug #48434 (memory_get_usage() accuracy). (Arnaud)
+- Fixed bug #48434 (Improve memory_get_usage() accuracy). (Arnaud)
- Fixed bug #48416 (Force a cache limit in ereg() to stop excessive memory usage).
(Scott)
-- Fixed bug #48409 (crash when exception is thrown while passing function
+- Fixed bug #48409 (Crash when exception is thrown while passing function
arguments). (Arnaud)
- Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg
files). (Pierre)
@@ -25,9 +25,11 @@
PHP_INT_MAX index value). (Matt)
- Fixed bug #46386 (Digest authentication with SOAP module fails against MSSQL
SOAP services). (Ilia, lordelph at gmail dot com)
+- Fixed bug #46109 (Memory leak when mysqli::init() is called multiple times).
+ (Andrey)
- Fixed bug #44827 (define() is missing error checks for class constants).
(Ilia)
-- Fixed bug #44214 (Crash using preg_replace_callback() and global variable).
+- Fixed bug #44214 (Crash using preg_replace_callback() and global variables).
(Nuno, Scott)
- Fixed bug #42143 (The constant NAN is reported as 0 on Windows)
(Kanwaljeet Singla, Venkat Raman Don)