X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_curl_client_pool.c;h=2fc391e58f6be879bb1f1d0cf4fab53e36cac1bd;hb=a5dac57bfda10f24d6f2fb5047b4c5408a97651d;hp=6d04b538fdf54bae1edd2b3d175a847fe7ab51ba;hpb=bdfb6ea52cee9a08738172d6bdaa20131610c4af;p=m6w6%2Fext-http diff --git a/php_http_curl_client_pool.c b/php_http_curl_client_pool.c index 6d04b53..2fc391e 100644 --- a/php_http_curl_client_pool.c +++ b/php_http_curl_client_pool.c @@ -546,7 +546,7 @@ zend_object_value php_http_curl_client_pool_object_new_ex(zend_class_entry *ce, PHP_MINIT_FUNCTION(http_curl_client_pool) { - if (SUCCESS != php_persistent_handle_provide(ZEND_STRL("http_client_pool.curl"), &php_http_curlm_resource_factory_ops, NULL, NULL)) { + if (SUCCESS != php_persistent_handle_provide(ZEND_STRL("http_client_pool.curl"), &php_http_curlm_resource_factory_ops, NULL, NULL TSRMLS_CC)) { return FAILURE; }