]> granicus.if.org Git - php/commitdiff
fix #35646 (%{mod_php_memory_usage}n is not reset after exit)
authorAntony Dovgal <tony2001@php.net>
Tue, 13 Dec 2005 18:52:57 +0000 (18:52 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 13 Dec 2005 18:52:57 +0000 (18:52 +0000)
patch by vovik at getart dot ru

NEWS

diff --git a/NEWS b/NEWS
index 29c1c93c8141ee3a3085282162f296141d7f74e9..1a72785b6bd3fa38d57940b518eb94b9c51e5c56 100644 (file)
--- 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)