mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Close #880: Obsolete default value for protocol_version
This commit is contained in:
parent
659fbc4d32
commit
d8d0b3cdf8
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue