mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-7.3' into PHP-7.4
This commit is contained in:
commit
be7f405f6b
4 changed files with 51 additions and 3 deletions
|
@ -58,6 +58,9 @@ extern zend_module_entry curl_module_entry;
|
|||
#define PHP_CURL_RETURN 4
|
||||
#define PHP_CURL_IGNORE 7
|
||||
|
||||
#define SAVE_CURL_ERROR(__handle, __err) \
|
||||
do { (__handle)->err.no = (int) __err; } while (0)
|
||||
|
||||
extern int le_curl;
|
||||
#define le_curl_name "cURL handle"
|
||||
extern int le_curl_multi_handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue