summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-08-15 17:03:48 +0000
committerSterling Hughes <sterling@php.net>2000-08-15 17:03:48 +0000
commit185f6e95d8452892cad7eb5ae701b456768eb250 (patch)
tree3242cea24b8287ca798ac5051e89d02dc066869a /ext/curl/php_curl.h
parentd06c2d9eb1ffe18d5a01cc8daf497daf89deed7b (diff)
downloadphp-git-185f6e95d8452892cad7eb5ae701b456768eb250.tar.gz
Leftovers...
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r--ext/curl/php_curl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h
index 9277622425..4d42cd3888 100644
--- a/ext/curl/php_curl.h
+++ b/ext/curl/php_curl.h
@@ -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;