Correcting typo and adding missing changelog entry.

gpc_order was removed in PHP 5 not 4. Fixes bug #63987.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329157 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sherif Ramadan 2013-01-16 10:24:28 +00:00
parent 45b4dc6dc3
commit 8d8c23ec09

View file

@ -677,7 +677,7 @@
<entry><link linkend="ini.gpc-order">gpc_order</link></entry>
<entry>"GPC"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
<entry>Removed in PHP 5.0.0.</entry>
</row>
<row>
<entry><link linkend="ini.auto-prepend-file">auto_prepend_file</link></entry>
@ -1029,7 +1029,7 @@
</para>
<note>
<para>
This option is not available in PHP 4.
This option was removed in PHP 5.0.0.
Use <link linkend="ini.variables-order">variables_order</link>
instead.
</para>