]> granicus.if.org Git - php/commitdiff
- Memory fragmentation fix.
authorAndi Gutmans <andi@php.net>
Tue, 19 Jun 2001 18:01:41 +0000 (18:01 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 19 Jun 2001 18:01:41 +0000 (18:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2d6aac688227f54397be549f1d4848b2a292b432..33d0b0b0a73b59156a9d1303f2884ca9554663b9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,8 @@ PHP 4.0                                                                    NEWS
 - Upgraded expat to version 1.95.1. (Thies)
 
 ?? ??? 200?, Version 4.0.6
+- Fix memory fragmention problem which could lead to web server processes
+  growing much more than they should. (Andi, Zend Engine)
 - Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
   when register_globals is on. (Andrei)
 - Fix disk_free_space() and disk_total_space() under FreeBSD. (Jon)