diff options
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r-- | ext/curl/php_curl.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index df378ce585..0a0da5aa02 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef _PHP_CURL_H #define _PHP_CURL_H @@ -101,15 +99,11 @@ PHP_FUNCTION(curl_share_init); PHP_FUNCTION(curl_share_setopt); PHP_FUNCTION(curl_share_errno); -#if LIBCURL_VERSION_NUM >= 0x070c00 /* 7.12.0 */ PHP_FUNCTION(curl_strerror); PHP_FUNCTION(curl_multi_strerror); PHP_FUNCTION(curl_share_strerror); -#endif -#if LIBCURL_VERSION_NUM >= 0x070c01 /* 7.12.1 */ PHP_FUNCTION(curl_reset); -#endif #if LIBCURL_VERSION_NUM >= 0x070f04 /* 7.15.4 */ PHP_FUNCTION(curl_escape); @@ -156,9 +150,6 @@ typedef struct { php_curl_write *write; php_curl_write *write_header; php_curl_read *read; -#if CURLOPT_PASSWDFUNCTION != 0 - zval passwd; -#endif zval std_err; php_curl_progress *progress; #if LIBCURL_VERSION_NUM >= 0x071500 /* Available since 7.21.0 */ |