]> granicus.if.org Git - php/commitdiff
Leftovers...
authorSterling Hughes <sterling@php.net>
Tue, 15 Aug 2000 17:03:48 +0000 (17:03 +0000)
committerSterling Hughes <sterling@php.net>
Tue, 15 Aug 2000 17:03:48 +0000 (17:03 +0000)
ext/curl/php_curl.h

index 927762242585aaa1d038baf4291924d308664116..4d42cd3888117eeaf2e4c3d356e977085d5b2192 100644 (file)
@@ -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;