[PHP] Re: Extremely slow cURL curl_exec execution/response with 5.4.13

2013-03-22 Thread Rodrigo MourĂ£o
Hi, The problem could be not related to php/curl, but related with dns resolve. Try to use the IP address. Regards. Rodrigo Mourao Webjump - www.webjump.com.br

[PHP] Re: Extremely slow cURL curl_exec execution/response with 5.4.13

2013-03-22 Thread Jan Ehrhardt
Jan Ehrhardt in php.general (Fri, 22 Mar 2013 10:40:56 +0100): >Ron in php.general (Thu, 21 Mar 2013 17:25:39 -0500): >>When upgrading from 5.4.12 to 5.4.13, cURL curl_exec calls are taking >>something like 700ms to complete. (Even to a file on the same server.) >>If I replace php_curl.dll librar

[PHP] Re: Extremely slow cURL curl_exec execution/response with 5.4.13

2013-03-22 Thread Jan Ehrhardt
Ron in php.general (Thu, 21 Mar 2013 17:25:39 -0500): >When upgrading from 5.4.12 to 5.4.13, cURL curl_exec calls are taking >something like 700ms to complete. (Even to a file on the same server.) >If I replace php_curl.dll library with the version from 5.4.12 all works >as expected. Anyone else