X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_curl_client_datashare.c;h=38377cc973a1294ed0dc56b6e9703299ab8ea83f;hb=5946b5b8a86f299bb3b37e3a60d9173ad655b3f9;hp=1957c2bdba92308aad65b7c071a13e37cc7420e6;hpb=0ee6755121a35b2e7bcca536f19c8d34d2b9ba6b;p=m6w6%2Fext-http diff --git a/php_http_curl_client_datashare.c b/php_http_curl_client_datashare.c index 1957c2b..38377cc 100644 --- a/php_http_curl_client_datashare.c +++ b/php_http_curl_client_datashare.c @@ -212,7 +212,7 @@ zend_object_value php_http_curl_client_datashare_object_new_ex(zend_class_entry PHP_MINIT_FUNCTION(http_curl_client_datashare) { - if (SUCCESS != php_persistent_handle_provide(ZEND_STRL("http_client_datashare.curl"), &php_http_curlsh_resource_factory_ops, NULL, NULL)) { + if (SUCCESS != php_persistent_handle_provide(ZEND_STRL("http_client_datashare.curl"), &php_http_curlsh_resource_factory_ops, NULL, NULL TSRMLS_CC)) { return FAILURE; }