]> granicus.if.org Git - php/commitdiff
Update NEWS
authorZeev Suraski <zeev@php.net>
Wed, 8 Aug 2001 20:26:26 +0000 (20:26 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 8 Aug 2001 20:26:26 +0000 (20:26 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 071750b06cb5a1b3a128f46c16233f602665009f..82976175abf9a8d5ba719ce8886b71bf8ba35937 100644 (file)
--- 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)