summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2000-02-29 02:09:08 +0000
committer <changelog@php.net>2000-02-29 02:09:08 +0000
commit4711a6113d1c0d871b9679200df48fd99d90065f (patch)
tree7632f7b6580227ae462df9692e7cc3895b3e8bf4 /NEWS
parent08427debe8f7b15c6647f152bd28a6cb14bc1622 (diff)
downloadphp-git-4711a6113d1c0d871b9679200df48fd99d90065f.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 fa6da16087..9910195804 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
???, Version 4.0 Beta 5
+- Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"]
+ and $foo are no longer references to each other, but separate variables
+ like they were prior to PHP 4.0 Beta 4 (Zeev)
- Fixed Sybase-DB compilation (Zeev)
- Fixed a (fairly common) situation where error_reporting values would not be
properly restored after a call to error_reporting(), in between requests (Zeev)