From: foobar Date: Mon, 17 Jan 2005 17:22:21 +0000 (+0000) Subject: MFZE2: - Fixed bug #31444 (Memory leak in zend_language_scanner.c) X-Git-Tag: php-4.3.11RC1~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a32bb0cbb9e16c3ce3f72d7843261a7e417ad92;p=php MFZE2: - Fixed bug #31444 (Memory leak in zend_language_scanner.c) --- diff --git a/NEWS b/NEWS index 999bc98f8a..38b9f20a61 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ PHP 4 NEWS - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony) - Fixed bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref). (Tony) +- Fixed bug #31444 (Memory leak in zend_language_scanner.c). + (hexer at studentcenter dot org) - Fixed bug #31413 (curl POSTFIELDS crashes on 64-bit platforms). (Joe) - Fixed bug #31396 (compile fails with gd 2.0.33 without freetype). (Jani) - Fixed bug #31371 (highlight_file() trims new line after heredoc). (Ilia)