diff options
author | <changelog@php.net> | 2000-02-29 02:09:08 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-02-29 02:09:08 +0000 |
commit | 4711a6113d1c0d871b9679200df48fd99d90065f (patch) | |
tree | 7632f7b6580227ae462df9692e7cc3895b3e8bf4 /NEWS | |
parent | 08427debe8f7b15c6647f152bd28a6cb14bc1622 (diff) | |
download | php-git-4711a6113d1c0d871b9679200df48fd99d90065f.tar.gz |
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |