diff options
| author | Hannes Magnusson <bjori@php.net> | 2011-09-12 09:16:04 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2011-09-12 09:16:04 +0000 |
| commit | 413f94913def932d3e00a8f52b4d5c9fb6aaf206 (patch) | |
| tree | 2eeaafc0ea6fadb21a93e8ad1bdf90a5255d1ce8 /ext/curl/php_curl.h | |
| parent | c845e06541c248cb9ddcd4a4ddbe026035de9e4f (diff) | |
| download | php-git-413f94913def932d3e00a8f52b4d5c9fb6aaf206.tar.gz | |
Fixed issues when streams were closed before curl read/write from them, or cleaning
Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIELDS values among others)
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 d7cbb4051a..a50a2b8270 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -150,6 +150,7 @@ typedef struct { void _php_curl_cleanup_handle(php_curl *); void _php_curl_multi_cleanup_list(void *data); +int _php_curl_verify_handlers(php_curl *ch, int reporterror TSRMLS_DC); /* streams support */ |
