mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
register_globals and register_long_arrays were removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214317 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1b815a62bf
commit
214bc4018b
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<!-- $Revision: 1.38 $ -->
|
||||
|
||||
<appendix id="ini">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -3162,6 +3162,9 @@
|
|||
directive.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
This directive was removed in PHP 6.0.0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -3200,7 +3203,8 @@
|
|||
like <varname>$_GET</varname>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
This directive became available in PHP 5.0.0.
|
||||
This directive became available in PHP 5.0.0 and was dropped in PHP
|
||||
6.0.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue