Added link to RG FAQ

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168383 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Aidan Lister 2004-09-11 13:25:09 +00:00
parent ec2eb62641
commit b784e7f223

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./index.xml, last change in rev 1.66 -->
<chapter id="security.globals">
<title>Using Register Globals</title>
@ -133,6 +133,9 @@ if (isset($_COOKIE['MAGIC_COOKIE'])) {
<function>error_reporting</function> to show
<constant>E_NOTICE</constant> level errors.
</para>
<para>
For information about emulating register_globals being On or Off, see this <link linkend="faq.misc.registerglobals">FAQ</link>.
</para>
&note.superglobals;