summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-06-19 18:01:41 +0000
committerAndi Gutmans <andi@php.net>2001-06-19 18:01:41 +0000
commitd86f4828b92c5577a7cc9a314684bbfe76e2aa28 (patch)
tree30d6b23cb06a74e6a3feeebd8ac3052eecd1e1af
parent34e0c392e8c74425204915e7fe15a5c7790e747e (diff)
downloadphp-git-d86f4828b92c5577a7cc9a314684bbfe76e2aa28.tar.gz
- Memory fragmentation fix.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2d6aac6882..33d0b0b0a7 100644
--- 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)