diff options
author | Antony Dovgal <tony2001@php.net> | 2006-10-05 15:06:40 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-10-05 15:06:40 +0000 |
commit | a5d86612e3c7885ff65f46a5f59d0f71e068b71f (patch) | |
tree | 1f5317c95926cf8be353e1a4ba8e55a975d55d44 /ext/curl/php_curl.h | |
parent | 864f182def0292f048be48487873361e87d618f1 (diff) | |
download | php-git-a5d86612e3c7885ff65f46a5f59d0f71e068b71f.tar.gz |
MFH: decrement ch->uses (or destroy handle) when destroying multi handle
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r-- | ext/curl/php_curl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index d0d80584f2..d6184c2465 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -138,6 +138,7 @@ typedef struct { } php_curlm; void _php_curl_cleanup_handle(php_curl *); +void _php_curl_multi_cleanup_list(void *data); /* streams support */ |