mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Fix #79019: Copied cURL handles upload empty file
This commit is contained in:
commit
f55f0ae978
10 changed files with 222 additions and 71 deletions
|
@ -181,6 +181,9 @@ typedef struct {
|
|||
struct _php_curl_error err;
|
||||
zend_bool in_callback;
|
||||
uint32_t* clone;
|
||||
#if LIBCURL_VERSION_NUM >= 0x073800 /* 7.56.0 */
|
||||
zval postfields;
|
||||
#endif
|
||||
} php_curl;
|
||||
|
||||
#define CURLOPT_SAFE_UPLOAD -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue