diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-05-17 17:13:47 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-05-17 17:13:47 +0000 |
commit | 741fbe5fc6ff4a8ebfecb5ea1395bc7899d18124 (patch) | |
tree | 68031a870a93a863304bb063460a33f96b0becb2 /ext/curl/php_curl.h | |
parent | a621192cbfe5dcf6a3170ee94cf7827b37b5e5a9 (diff) | |
download | php-git-741fbe5fc6ff4a8ebfecb5ea1395bc7899d18124.tar.gz |
winsock is already initialized in an higher version by php
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r-- | ext/curl/php_curl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 49d2d6c99f..b530b92373 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -41,7 +41,6 @@ extern zend_module_entry curl_module_entry; #define CURLOPT_BINARYTRANSFER 19914 PHP_MINIT_FUNCTION(curl); -PHP_MSHUTDOWN_FUNCTION(curl); PHP_MINFO_FUNCTION(curl); PHP_FUNCTION(curl_version); PHP_FUNCTION(curl_init); |