diff options
author | Sterling Hughes <sterling@php.net> | 2001-04-28 21:44:44 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-04-28 21:44:44 +0000 |
commit | 425c71443565f2ec62808715e0a5baf561725ab9 (patch) | |
tree | dcc88533ff43d6661a5d712e85b4a26dfc09dff3 /ext/curl/php_curl.h | |
parent | d53ab0ae48f444c6f4bafc7d8a585531bf7b9004 (diff) | |
download | php-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.h | 1 |
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; |