]> granicus.if.org Git - php/commitdiff
Bug fixing news
authorIlia Alshanetsky <iliaa@php.net>
Tue, 4 Nov 2003 01:40:22 +0000 (01:40 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 4 Nov 2003 01:40:22 +0000 (01:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2888ea0e21c30b72610585c2e2f4a514a0c1cdee..5bb30c792b2fc910b3e37a4d44104c13607fcd36 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,12 @@ PHP 4                                                                      NEWS
 ?? ??? 2003, Version 4.3.5
 - Fixed header handler in NSAPI SAPI module (header->replace was ignored,
   send_default_content_type now sends value from php.ini). (Uwe Schindler)
+- Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not called 
+  after every mcrypt_generic_init() call). (Ilia)
 - Fixed bug #26025 (Segfault on glob() without GLOB_NOCHECK or GLOB_NOMAGIC
   under *BSD platforms). (Moriyoshi)
+- Fixed bug #25581 (getimagesize () return incorrect values on bitmap
+  (os2) files). (Marcus)
 
 3 Nov 2003, Version 4.3.4
 - Made MCVE extension available on win32. (Jani)