php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #65469
Patch new_curlproxy_constants revision 2013-08-17 23:21 UTC by dr dot scre at yandex dot com

Patch new_curlproxy_constants for cURL related Bug #65469

Patch version 2013-08-17 23:21 UTC

Return to Bug #65469 | Download this patch
Patch Revisions:

Developer: dr.scre@yandex.com

--- interface.c	2013-08-16 00:42:04.000000000 +0400
+++ interface_my.c	2013-08-18 03:12:28.948548811 +0400
@@ -827,6 +827,8 @@
 	REGISTER_CURL_CONSTANT(CURLPROXY_HTTP);
 	REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS4);
 	REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS5);
+	REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS4A);
+	REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS5_HOSTNAME);
 
 	/* Curl Share constants */
 	REGISTER_CURL_CONSTANT(CURLSHOPT_NONE);
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC