summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2011-09-12 09:16:04 +0000
committerHannes Magnusson <bjori@php.net>2011-09-12 09:16:04 +0000
commit8db792d1f28665cafc053db9614ff72677b4a713 (patch)
tree0a030e6c06ddc9a7d0871988c43f9d9eb5a9b210 /ext/curl/php_curl.h
parent0f7a2cd3065cdf8b72bf474e832c76de648380ce (diff)
downloadphp-git-8db792d1f28665cafc053db9614ff72677b4a713.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.h1
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 */