mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add a compile check for the cURL version and fix the compile in general.
This commit is contained in:
parent
da22505333
commit
ffc997f149
3 changed files with 17 additions and 1 deletions
|
@ -57,6 +57,7 @@ typedef struct {
|
|||
FILE *fp;
|
||||
smart_str buf;
|
||||
int method;
|
||||
int type;
|
||||
} php_curl_write;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue