From: Ilia Alshanetsky Date: Tue, 4 Nov 2003 01:40:22 +0000 (+0000) Subject: Bug fixing news X-Git-Tag: php-4.3.5RC1~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=038e99660f75bd59aa7d036b499de5a7c8c2d287;p=php Bug fixing news --- diff --git a/NEWS b/NEWS index 2888ea0e21..5bb30c792b 100644 --- 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)