autoconf-old compatibility
[m6w6/ext-http] / php_http_curl_client.c
index 23b8855e1e4104da4c08f337791610978800104e..174fa150d76f066e3b57938398ad228dd52d62a6 100644 (file)
@@ -1432,7 +1432,7 @@ PHP_MINIT_FUNCTION(http_curl_client)
 {
        php_http_options_t *options;
 
-       if (SUCCESS != php_persistent_handle_provide(ZEND_STRL("http_client.curl"), &php_http_curl_client_resource_factory_ops, NULL, NULL)) {
+       if (SUCCESS != php_persistent_handle_provide(ZEND_STRL("http_client.curl"), &php_http_curl_client_resource_factory_ops, NULL, NULL TSRMLS_CC)) {
                return FAILURE;
        }