summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-05-17 17:13:47 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-05-17 17:13:47 +0000
commit741fbe5fc6ff4a8ebfecb5ea1395bc7899d18124 (patch)
tree68031a870a93a863304bb063460a33f96b0becb2 /ext/curl/php_curl.h
parenta621192cbfe5dcf6a3170ee94cf7827b37b5e5a9 (diff)
downloadphp-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.h1
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);