X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_curl.c;h=f6641dcad9811ce42239b8aaa6fddaa645f4fe84;hp=866f2d869f15c7b677361f67709c8218be9ed73b;hb=2769c041b77a0aaba7acbee4ae469571eaeb2b0a;hpb=759c822dcd99fdf733399a5ed92dbea382ddc474 diff --git a/php_http_curl.c b/php_http_curl.c index 866f2d8..f6641dc 100644 --- a/php_http_curl.c +++ b/php_http_curl.c @@ -91,9 +91,9 @@ static struct gcry_thread_cbs php_http_gnutls_tsl = { PHP_MINIT_FUNCTION(http_curl) { php_http_client_factory_driver_t driver = { - php_http_client_curl_get_ops(), - php_http_client_pool_curl_get_ops(), - php_http_client_datashare_curl_get_ops() + php_http_curl_client_get_ops(), + php_http_curl_client_pool_get_ops(), + php_http_curl_client_datashare_get_ops() }; #ifdef PHP_HTTP_NEED_OPENSSL_TSL