From: Antony Dovgal Date: Tue, 13 Dec 2005 18:52:57 +0000 (+0000) Subject: fix #35646 (%{mod_php_memory_usage}n is not reset after exit) X-Git-Tag: php-4.4.2RC2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4137895e52e86b4c16c03f2dc119bf27bd72deed;p=php fix #35646 (%{mod_php_memory_usage}n is not reset after exit) patch by vovik at getart dot ru --- diff --git a/NEWS b/NEWS index 29c1c93c81..1a72785b6b 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP 4 NEWS ?? ??? 2005, Version 4.4.2 - Prevent header injection by limiting each header to a single line. (Ilia) - Fixed possible XSS inside error reporting functionality. (Ilia) +- Fixed bug #35646 (%{mod_php_memory_usage}n is not reset after exit). + (vovik at getart dot ru, Tony) - Fixed bug #35594 (Multiple calls to getopt() may result in a crash). (rabbitt at gmail dot com, Ilia) - Fixed bug #35536 (mysql_field_type() doesn't handle NEWDECIMAL). (Tony)