Document request_order

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257452 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-04-14 14:29:56 +00:00
parent 5b8e755d21
commit 14a2f1eb8a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.66 $ -->
<!-- $Revision: 1.67 $ -->
<appendix xml:id="ini" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>&php.ini; directives</title>
@ -3089,6 +3089,12 @@
<entry>PHP_INI_PERDIR</entry>
<entry>PHP_INI_ALL in PHP &lt;= 5.0.5.</entry>
</row>
<row>
<entry><link linkend="ini.request-order">request_order</link></entry>
<entry>""</entry>
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
<entry>Added in PHP 5.3.0</entry>
</row>
<row>
<entry>velocis.max_links</entry>
<entry>"-1"</entry>
@ -3944,6 +3950,12 @@
<entry>PHP_INI_PERDIR</entry>
<entry>PHP_INI_ALL in PHP &lt;= 5.0.5.</entry>
</row>
<row>
<entry>request_order</entry>
<entry>""</entry>
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
<entry>Available since PHP 5.3.0</entry>
</row>
<row>
<entry>auto_globals_jit</entry>
<entry>"1"</entry>
@ -4128,6 +4140,24 @@
</listitem>
</varlistentry>
<varlistentry xml:id="ini.request-order">
<term>
<parameter>request_order</parameter>
<type>string</type>
</term>
<listitem>
<para>
This directive describes the order in which PHP registers GET, POST
and Cookie variables into the _REQUEST array. Registration is done
from left to right, newer values override older values.
</para>
<para>
If this directive is not set, variables_order is used for
<varname>$_REQUEST</varname> contents.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.auto-globals-jit">
<term>
<parameter>auto_globals_jit</parameter>