From: Pierre Joye Date: Sat, 10 Oct 2009 09:29:34 +0000 (+0000) Subject: - Merge: Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after... X-Git-Tag: php-5.3.1RC2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3897a8a32af9ed37af614488d8bae02fa790d0d3;p=php - Merge: Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after fclose) --- diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index f8229e9b6f..d50e722a43 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -86,6 +86,7 @@ typedef struct { smart_str buf; int method; int type; + zval *stream; } php_curl_write; typedef struct { @@ -94,6 +95,7 @@ typedef struct { FILE *fp; long fd; int method; + zval *stream; } php_curl_read; typedef struct {