X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client_curl.c;h=c3e21b68e3d39c47916ca11f6a3d545fa10c9eb7;hp=1dc3ccb7a9bf732c581de075744dd7490df9c329;hb=cc41c1601014f4fcdcdfda78daf3cff22117cb34;hpb=cc5360e644e3609665c6dae19673d934e943a763 diff --git a/src/php_http_client_curl.c b/src/php_http_client_curl.c index 1dc3ccb..c3e21b6 100644 --- a/src/php_http_client_curl.c +++ b/src/php_http_client_curl.c @@ -1415,6 +1415,9 @@ static void php_http_curle_options_init(php_http_options_t *registry) Z_LVAL(opt->defval) = 60; } #endif +#if PHP_HTTP_CURL_VERSION(7,49,0) + php_http_option_register(registry, ZEND_STRL("tcp_fastopen"), CURLOPT_TCP_FASTOPEN, _IS_BOOL); +#endif /* ssl */ if (PHP_HTTP_CURL_FEATURE(CURL_VERSION_SSL)) {