language/predefined/variables/request.xml
a6d209f4ff71ccba3f1255902827f5df3e092ff9
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.request" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+
<refentry role="variable" xml:id="reserved.variables.request" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>$_REQUEST</refname>
7
7
<refpurpose>HTTP Request variables</refpurpose>
...
...
@@ -17,45 +17,6 @@
17
17
</para>
18
18
</refsect1>
19
19

20
-

21
-
<refsect1 role="changelog">
22
-
&reftitle.changelog;
23
-
<para>
24
-
<informaltable>
25
-
<tgroup cols="2">
26
-
<thead>
27
-
<row>
28
-
<entry>&Version;</entry>
29
-
<entry>&Description;</entry>
30
-
</row>
31
-
</thead>
32
-
<tbody>
33
-
<row>
34
-
<entry>5.3.0</entry>
35
-
<entry>
36
-
Introduced <link linkend="ini.request-order">request_order</link>.
37
-
This directive affects the contents of <varname>$_REQUEST</varname>.
38
-
</entry>
39
-
</row>
40
-
<row>
41
-
<entry>4.3.0</entry>
42
-
<entry>
43
-
<varname>$_FILES</varname> information
44
-
was removed from <varname>$_REQUEST</varname>.
45
-
</entry>
46
-
</row>
47
-
<row>
48
-
<entry>4.1.0</entry>
49
-
<entry>
50
-
Introduced <varname>$_REQUEST</varname>.
51
-
</entry>
52
-
</row>
53
-
</tbody>
54
-
</tgroup>
55
-
</informaltable>
56
-
</para>
57
-
</refsect1>
58
-
59
20
<refsect1 role="notes">
60
21
&reftitle.notes;
61
22
&note.is-superglobal;
...
...
@@ -75,9 +36,10 @@
75
36
script via the GET, POST, and COOKIE input mechanisms and
76
37
therefore could be modified by the remote user and cannot be
77
38
trusted. The presence and order of variables listed in this array
78
-
is defined according to the
79
-
PHP <link linkend="ini.variables-order">variables_order</link>
80
-
configuration directive.
39
+
is defined according to the PHP
40
+
<link linkend="ini.request-order">request_order</link>, and
41
+
<link linkend="ini.variables-order">variables_order</link>
42
+
configuration directives.
81
43
</para>
82
44
</note>
83
45
</refsect1>
...
...
@@ -85,13 +47,12 @@
85
47
<refsect1 role="seealso">
86
48
&reftitle.seealso;
87
49
<simplelist>
88
-
<member><function>import_request_variables</function></member>
89
50
<member><link linkend="language.variables.external">Handling external variables</link></member>
90
51
<member><link linkend="book.filter">The filter extension</link></member>
91
52
</simplelist>
92
53
</refsect1>
93
54
94
-
</phpdoc:varentry>
55
+
</refentry>
95
56
96
57
<!-- Keep this comment at the end of the file
97
58
Local variables:
98
59