From: Pierre Joye Date: Mon, 18 May 2009 11:18:59 +0000 (+0000) Subject: - MFH: add CURLPROXY_SOCKS4 X-Git-Tag: php-5.3.0RC3~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5b4b19b8beb0d2f50996d8087ee99301373e700;p=php - MFH: add CURLPROXY_SOCKS4 --- diff --git a/ext/curl/interface.c b/ext/curl/interface.c index 3203c3325e..802da8fae8 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -710,6 +710,7 @@ PHP_MINIT_FUNCTION(curl) REGISTER_CURL_CONSTANT(CURLE_FTP_SSL_FAILED); #endif REGISTER_CURL_CONSTANT(CURLPROXY_HTTP); + REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS4); REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS5); REGISTER_CURL_CONSTANT(CURL_NETRC_OPTIONAL);