1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 02:23:18 +02:00
Files
archived-php-src/ext/curl/tests
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
..
2015-03-09 11:00:04 +01:00
2016-12-01 14:52:18 +01:00
2015-04-13 16:10:05 -07:00
2016-06-07 14:08:12 +03:00
2019-01-18 12:04:25 +01:00
2019-03-15 18:11:51 +00:00
2019-07-18 14:40:47 +02:00
2019-12-28 11:00:37 +01:00
2020-06-26 12:28:39 +02:00
2014-12-16 10:15:17 -08:00