]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Wed, 23 May 2001 01:09:22 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Wed, 23 May 2001 01:09:22 +0000 (01:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ba0f488d34230f6ac15740f95e98bb8d65293dfc..67e41341f0767ebebd9946a0637067c998ad5b88 100644 (file)
--- 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)