From b784e7f223162f14f0dddddadf4dd844ad1ca25b Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Sat, 11 Sep 2004 13:25:09 +0000 Subject: [PATCH] Added link to RG FAQ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168383 c90b9560-bf6c-de11-be94-00142212c4b1 --- security/globals.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/globals.xml b/security/globals.xml index 02a0384c08..29b7e50465 100644 --- a/security/globals.xml +++ b/security/globals.xml @@ -1,5 +1,5 @@ - + Using Register Globals @@ -133,6 +133,9 @@ if (isset($_COOKIE['MAGIC_COOKIE'])) { error_reporting to show E_NOTICE level errors. + + For information about emulating register_globals being On or Off, see this FAQ. + ¬e.superglobals;