mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
ec2eb62641
commit
b784e7f223
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
||||
¬e.superglobals;
|
||||
|
||||
|
|
Loading…
Reference in a new issue