autoconf-old compatibility
[m6w6/ext-http] / php_http_curl_client_pool.c
index 6d04b538fdf54bae1edd2b3d175a847fe7ab51ba..2fc391e58f6be879bb1f1d0cf4fab53e36cac1bd 100644 (file)
@@ -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;
        }