From: Date: Wed, 23 May 2001 01:09:22 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8987b0f732e42a2e781a5e4d0e04800ef0f1178;p=php NEWS update --- diff --git a/NEWS b/NEWS index ba0f488d34..67e41341f0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.7-dev +- 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) - Added get_defined_constants() function to return an associative array of constants mapped to their values. (Sean) - New mailparse extension for parsing and manipulating MIME mail. (Wez)