language/context/http.xml
ec6e871a47fa15228aa3299f46fed826422adbc0
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<refentry xml:id="context.http" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
4
+
<refentry xml:id="context.http" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false">
5
5
<refnamediv>
6
6
<refname>HTTP context options</refname>
7
7
<refpurpose>HTTP context option listing</refpurpose>
...
...
@@ -101,7 +101,7 @@
101
101
<listitem>
102
102
<para>
103
103
When set to &true;, the entire URI will be used when
104
-
constructing the request. (i.e.
104
+
constructing the request. (e.g.
105
105
<literal>GET http://www.example.com/path/to/file.html HTTP/1.0</literal>).
106
106
While this is a non-standard request format, some
107
107
proxy servers require it.
...
...
@@ -151,7 +151,8 @@
151
151
HTTP protocol version.
152
152
</para>
153
153
<para>
154
-
Defaults to <literal>1.0</literal>.
154
+
Defaults to <literal>1.1</literal> as of PHP 8.0.0;
155
+
prior to that version the default was <literal>1.0</literal>.
155
156
</para>
156
157
</listitem>
157
158
</varlistentry>
158
159