extesion deps
[m6w6/ext-http] / php_http_curl_client_datashare.c
index 1957c2bdba92308aad65b7c071a13e37cc7420e6..38377cc973a1294ed0dc56b6e9703299ab8ea83f 100644 (file)
@@ -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;
        }