summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2001-05-23 01:09:22 +0000
committer <changelog@php.net>2001-05-23 01:09:22 +0000
commitf8987b0f732e42a2e781a5e4d0e04800ef0f1178 (patch)
tree9aeefe707e24d2a9654951494af8d56ccbaeda84 /NEWS
parent1567b0dfe0e32f39b501f4b16fa4ca2d68311a88 (diff)
downloadphp-git-f8987b0f732e42a2e781a5e4d0e04800ef0f1178.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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)