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)