X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_client_curl.c;h=77c6123e434bbc0b9a3d941f531d48f1474e8a27;hb=refs%2Ftags%2FRELEASE_2_0_3;hp=43396255994dc87fbdc8b729bca30435198579f4;hpb=6f4cec25ba28e123ad85146baf8c0d1b05b326b5;p=m6w6%2Fext-http diff --git a/php_http_client_curl.c b/php_http_client_curl.c index 4339625..77c6123 100644 --- a/php_http_client_curl.c +++ b/php_http_client_curl.c @@ -1980,8 +1980,8 @@ PHP_MINIT_FUNCTION(http_client_curl) PHP_MSHUTDOWN_FUNCTION(http_client_curl) { - php_persistent_handles_cleanup(ZEND_STRL("http\\Client\\Curl"), NULL, 0 TSRMLS_CC); - php_persistent_handles_cleanup(ZEND_STRL("http\\Client\\Curl\\Request"), NULL, 0 TSRMLS_CC); + php_persistent_handle_cleanup(ZEND_STRL("http\\Client\\Curl"), NULL, 0 TSRMLS_CC); + php_persistent_handle_cleanup(ZEND_STRL("http\\Client\\Curl\\Request"), NULL, 0 TSRMLS_CC); php_http_options_dtor(&php_http_curle_options);