From ffc997f14980ad3beff2c6a9018576aa105b3485 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Wed, 16 May 2001 23:43:30 +0000 Subject: Add a compile check for the cURL version and fix the compile in general. --- ext/curl/php_curl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/curl/php_curl.h') diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 2800f324d4..49d2d6c99f 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -57,6 +57,7 @@ typedef struct { FILE *fp; smart_str buf; int method; + int type; } php_curl_write; typedef struct { -- cgit v1.2.1