From: Zeev Suraski Date: Wed, 8 Aug 2001 20:26:26 +0000 (+0000) Subject: Update NEWS X-Git-Tag: BEFORE_EXP_MERGE~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1db62e97c72740fced04ee365327385a4e7c70bd;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 071750b06c..82976175ab 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.7-dev +- Added import_request_variables(), to allow users to safely import form + variables to the global scope (Zeev) - Introduced a new $_REQUEST array, which includes any GET, POST or COOKIE variables. Like the other new variables, this variable is also available regardless of the context. (Andi & Zeev)