1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

Add support for CURLPROXY_SOCKS4

This commit is contained in:
Sara Golemon
2007-08-20 18:56:05 +00:00
parent 89c30a380b
commit 0deb7d03df
+3
View File
@@ -594,6 +594,9 @@ PHP_MINIT_FUNCTION(curl)
#endif
REGISTER_CURL_CONSTANT(CURLPROXY_HTTP);
#ifdef CURLPROXY_SOCKS4
REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS4);
#endif
REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS5);
REGISTER_CURL_CONSTANT(CURL_NETRC_OPTIONAL);