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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user