mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Darwin seems to like this much better.
This commit is contained in:
parent
869d6002d6
commit
d0ec239661
2 changed files with 5 additions and 2 deletions
|
@ -52,6 +52,9 @@
|
|||
#include "ext/standard/url.h"
|
||||
#include "php_curl.h"
|
||||
|
||||
int le_curl;
|
||||
int le_curl_multi_handle;
|
||||
|
||||
static void _php_curl_close(zend_rsrc_list_entry *rsrc TSRMLS_DC);
|
||||
|
||||
#define SAVE_CURL_ERROR(__handle, __err) (__handle)->err.no = (int) __err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue