From: Antony Dovgal Date: Sun, 25 Jan 2009 22:33:10 +0000 (+0000) Subject: do not define CURLE_SSH twice X-Git-Tag: php-5.3.0beta1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34f1855168420a5d2491d8b07334ef7a4c342462;p=php do not define CURLE_SSH twice --- diff --git a/ext/curl/interface.c b/ext/curl/interface.c index 4cba50e00f..0065dae654 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -682,9 +682,6 @@ PHP_MINIT_FUNCTION(curl) #endif #if LIBCURL_VERSION_NUM >= 0x070b00 REGISTER_CURL_CONSTANT(CURLE_FTP_SSL_FAILED); -#endif -#if LIBCURL_VERSION_NUM >= 0x071300 - REGISTER_CURL_CONSTANT(CURLE_SSH); #endif REGISTER_CURL_CONSTANT(CURLPROXY_HTTP); REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS5);