mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after fclose).
This commit is contained in:
parent
e56e60c3a0
commit
809dbcda08
3 changed files with 32 additions and 4 deletions
|
@ -86,6 +86,7 @@ typedef struct {
|
|||
smart_str buf;
|
||||
int method;
|
||||
int type;
|
||||
zval *stream;
|
||||
} php_curl_write;
|
||||
|
||||
typedef struct {
|
||||
|
@ -94,6 +95,7 @@ typedef struct {
|
|||
FILE *fp;
|
||||
long fd;
|
||||
int method;
|
||||
zval *stream;
|
||||
} php_curl_read;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue