aidan Sat Sep 11 09:25:09 2004 EDT
Modified files:
/phpdoc/en/security globals.xml
Log:
Added link to RG FAQ
http://cvs.php.net/diff.php/phpdoc/en/security/globals.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/security/globals.xml
diff -u phpdoc/en/security/globals.xml:1.4 phpdoc/en/security/globals.xml:1.5
--- phpdoc/en/security/globals.xml:1.4 Thu Aug 12 21:00:48 2004
+++ phpdoc/en/security/globals.xml Sat Sep 11 09:25:09 2004
@@ -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>
@@ -132,6 +132,9 @@
your variables! To check for uninitialized variables you may turn up
<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>
¬e.superglobals;