Add a compile check for the cURL version and fix the compile in general.

This commit is contained in:
Sterling Hughes 2001-05-16 23:43:30 +00:00
parent da22505333
commit ffc997f149
3 changed files with 17 additions and 1 deletions

View file

@ -57,6 +57,7 @@ typedef struct {
FILE *fp;
smart_str buf;
int method;
int type;
} php_curl_write;
typedef struct {