summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-08-11 15:26:11 +0000
committerZeev Suraski <zeev@php.net>2001-08-11 15:26:11 +0000
commit6cb427bd12bf16943945a35369a3296e7431f4ab (patch)
treefee227442b0648ea35a2ba04c0690dd06ef088b1
parent860b591299f8554cbf769fb21d6406f64580f810 (diff)
downloadphp-git-6cb427bd12bf16943945a35369a3296e7431f4ab.tar.gz
update
-rw-r--r--php.ini-recommended3
1 files changed, 2 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 1e40d06e06..86f52094c9 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -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