Save multi_info_read() result into easy handle.
This commit is contained in:
Abyr Valg 2019-07-17 21:46:40 +03:00 committed by Nikita Popov
parent b864abfe23
commit c8c183eb62
5 changed files with 54 additions and 2 deletions

View file

@ -60,6 +60,8 @@ extern zend_module_entry curl_module_entry;
#define PHP_CURL_RETURN 4
#define PHP_CURL_IGNORE 7
#define SAVE_CURL_ERROR(__handle, __err) (__handle)->err.no = (int) __err;
extern int le_curl;
#define le_curl_name "cURL handle"
extern int le_curl_multi_handle;