]> granicus.if.org Git - php/commitdiff
update
authorZeev Suraski <zeev@php.net>
Sat, 11 Aug 2001 15:26:11 +0000 (15:26 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 11 Aug 2001 15:26:11 +0000 (15:26 +0000)
php.ini-recommended

index 1e40d06e06321ebe080ddb45ff5fc5a00327835d..86f52094c9b0a8ca02e1707d80ec3d059c03cce9 100644 (file)
@@ -24,7 +24,8 @@
 ;     you can use $_REQUEST["foo"] (includes any variable that arrives through the
 ;     request, namely, POST, GET and cookie variables), or use one of the specific
 ;     $_GET["foo"], $_POST["foo"], $_COOKIE["foo"] or $_FILES["foo"], depending
-;     on where the input originates.
+;     on where the input originates.  Also, you can look at the
+;     import_request_variables() function.
 ;     Note that register_globals is going to be depracated (i.e., turned off by
 ;     default) in the next version of PHP, because it often leads to security bugs.
 ;     Read http://php.net/manual/en/security.registerglobals.php for further