Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix #79019: Copied cURL handles upload empty file
This commit is contained in:
Christoph M. Becker 2020-02-04 11:30:57 +01:00
commit f55f0ae978
10 changed files with 222 additions and 71 deletions

View file

@ -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