]> granicus.if.org Git - php/commit
Deprecate CURLPIPE_HTTP1
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 7 May 2019 15:05:07 +0000 (17:05 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 7 May 2019 15:05:07 +0000 (17:05 +0200)
commit72e1da81b6792d4141b4b41f6fc3e92b68aa0f3e
treee8aeac0a0a57d467fbfabbc22be806f1d8bf1362
parent6fad150cfdec697cb1b789447d10056f009a208d
Deprecate CURLPIPE_HTTP1

`CURLPIPE_HTTP1` is deprecated and has no effect as of cURL 7.62.0[1].
We therefore deprecate the PHP constant as well, and trigger a warning
that it is no longer supported, if used against cURL 7.62.0 and up.

[1] <https://curl.haxx.se/libcurl/c/CURLMOPT_PIPELINING.html>
NEWS
UPGRADING
ext/curl/multi.c