summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-04-28 21:44:44 +0000
committerSterling Hughes <sterling@php.net>2001-04-28 21:44:44 +0000
commit425c71443565f2ec62808715e0a5baf561725ab9 (patch)
treedcc88533ff43d6661a5d712e85b4a26dfc09dff3 /ext/curl/php_curl.h
parentd53ab0ae48f444c6f4bafc7d8a585531bf7b9004 (diff)
downloadphp-git-425c71443565f2ec62808715e0a5baf561725ab9.tar.gz
# Actually fix the bug this time (I fixed another bug last time :)
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 838cb1d382..58ee10aa2b 100644
--- a/ext/curl/php_curl.h
+++ b/ext/curl/php_curl.h
@@ -55,6 +55,7 @@ typedef struct {
int php_stdout;
int cerrno;
char error[CURL_ERROR_SIZE+1];
+ FILE *tmp_fp;
CURL *cp;
zend_llist to_free;
} php_curl;