mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Leftovers...
This commit is contained in:
parent
d06c2d9eb1
commit
185f6e95d8
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ extern zend_module_entry curl_module_entry;
|
|||
|
||||
PHP_MINIT_FUNCTION(curl);
|
||||
PHP_MSHUTDOWN_FUNCTION(curl);
|
||||
PHP_RINIT_FUNCTION(curl);
|
||||
PHP_MINFO_FUNCTION(curl);
|
||||
PHP_FUNCTION(curl_version);
|
||||
PHP_FUNCTION(curl_init);
|
||||
|
@ -88,7 +89,7 @@ PHP_FUNCTION(curl_close);
|
|||
#define C_LAST 45
|
||||
|
||||
typedef struct {
|
||||
int use_file = 0;
|
||||
int use_file;
|
||||
int le_curl;
|
||||
} php_curl_globals;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue