Close #880: Obsolete default value for protocol_version

This commit is contained in:
Christoph M. Becker 2021-09-03 18:35:53 +02:00
parent 659fbc4d32
commit d8d0b3cdf8
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -101,7 +101,7 @@
<listitem>
<para>
When set to &true;, the entire URI will be used when
constructing the request. (i.e.
constructing the request. (e.g.
<literal>GET http://www.example.com/path/to/file.html HTTP/1.0</literal>).
While this is a non-standard request format, some
proxy servers require it.
@ -151,7 +151,8 @@
HTTP protocol version.
</para>
<para>
Defaults to <literal>1.0</literal>.
Defaults to <literal>1.1</literal> as of PHP 8.0.0;
prior to that version the default was <literal>1.0</literal>.
</para>
</listitem>
</varlistentry>