php-src/ext/curl
Christoph M. Becker 9439d65f0d Fix #77493: curl_basic_009 fails with newer curl versions
libcurl 7.62.0 introduced a maximum protocol length of 8, so this test
case failed with `CURLE_URL_MALFORMAT`.  While this is lifted to 40 as
of libcurl 7.65.0, and this test case has already been fixed with
commit e27301c[1], we restore the original intention to check for a
`CURLE_UNSUPPORTED_PROTOCOL ` error.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=e27301c7b37f6a1643a0dc1966919bd62a32bc74>
2020-09-23 10:42:48 +02:00
..
tests Fix #77493: curl_basic_009 fails with newer curl versions 2020-09-23 10:42:48 +02:00
config.m4 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
CREDITS
curl_file.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
interface.c Fixed bug #79741 2020-06-26 12:28:39 +02:00
multi.c Fix #79078: Hypothetical use-after-free in curl_multi_add_handle() 2020-01-08 18:29:10 +01:00
php_curl.h Revert "Extend CURLFile to support streams" 2020-01-06 15:31:49 +01:00
share.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sync-constants.php Add more missing CURL_VERSION_* constants 2019-05-02 15:11:42 +02:00