ID: 39503 Updated by: [EMAIL PROTECTED] Reported By: type-v at mail dot ru -Status: Open +Status: Assigned Bug Type: cURL related Operating System: Windows XP PHP Version: 5.2.0 -Assigned To: +Assigned To: edink New Comment:
Edin can you please see if we can easily upgrade libcurl for win32 to 7.16.0. Previous Comments: ------------------------------------------------------------------------ [2006-11-13 18:55:17] type-v at mail dot ru Description: ------------ curl_multi_exec() doesn't work with socks5 proxy. It was said that it would be fixed in version 7.16.0. But there is only 7.14 available in latest cvs of php5 and php6. When 7.16 will be available for download ? Reproduce code: --------------- $conn[$i]=curl_init("http://www.site.com/"); curl_setopt($conn[$i],CURLOPT_RETURNTRANSFER,true); curl_setopt($conn[$i],CURLOPT_HEADER,false); curl_setopt($conn[$i],CURLOPT_PROXY,$proxy); curl_setopt($conn[$i],CURLOPT_PROXYTYPE,CURLPROXY_SOCKS5); curl_setopt($conn[$i],CURLOPT_CONNECTTIMEOUT,10); curl_setopt($conn[$i],CURLOPT_TIMEOUT,10); curl_setopt($conn[$i],CURLOPT_NOSIGNAL,true); curl_setopt($conn[$i],CURLOPT_FOLLOWLOCATION,true); Expected result: ---------------- All is ok. Actual result: -------------- Curl error on handle 0: Send failure: Socket is not connected Curl error on handle 1: Send failure: Socket is not connected And so on. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39503&edit=1