summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-06-19 18:00:25 +0000
committerAndi Gutmans <andi@php.net>2001-06-19 18:00:25 +0000
commit9794acb21174a0969966f5b73f29180c2f826b10 (patch)
tree7b0a2e7629a2b08bb442800f68b4fe5f20818e7d
parent31d4b82bf45384a767b0a876fd01ec7cd3567386 (diff)
downloadphp-git-9794acb21174a0969966f5b73f29180c2f826b10.tar.gz
- Memory fragmentation fix.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd181e9f52..5bd03a5698 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 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)