1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

Update NEWS

This commit is contained in:
Zeev Suraski
2001-08-08 20:26:26 +00:00
parent f47962c7c0
commit 1db62e97c7

2
NEWS
View File

@@ -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)