- Memory fragmentation fix.

This commit is contained in:
Andi Gutmans 2001-06-19 18:01:41 +00:00
parent 34e0c392e8
commit d86f4828b9

2
NEWS
View File

@ -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)