mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
auto_globals_jit now works with register_argc_argv
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214316 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5efb5b7319
commit
1b815a62bf
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
|
||||
<appendix id="ini">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -3122,7 +3122,9 @@
|
|||
<link linkend="ini.register-globals">register_globals</link>,
|
||||
<link linkend="ini.register-long-arrays">register_long_arrays</link>,
|
||||
and <link linkend="ini.register-argc-argv">register_argc_argv</link>
|
||||
must be disabled for this directive to have any affect.
|
||||
must be disabled for this directive to have any affect. Since PHP
|
||||
5.1.3 it is not necessary to have <link
|
||||
linkend="ini.register-argc-argv">register_argc_argv</link> disabled.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue