mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
parent
b864abfe23
commit
c8c183eb62
5 changed files with 54 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue