X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_curl.c;h=77c6123e434bbc0b9a3d941f531d48f1474e8a27;hp=43396255994dc87fbdc8b729bca30435198579f4;hb=332d72ecbd00cc25b97932b8d8facf9b21dbc55e;hpb=69ffc0bdc7ead5971fe683f9f72596a127c5ea58 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);