]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Tue, 29 Feb 2000 02:09:08 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Tue, 29 Feb 2000 02:09:08 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index fa6da160872104f13cbff350a82a8954505299f9..9910195804135b143556f0329bf0e095326ede5d 100644 (file)
--- 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)