类unix系统上libcurl bug
超时设置小于1s时的bug
http://www.php.net/manual/zh/function.curl-setopt.php#104597
https://github.com/laruence/yar/issues/15#issuecomment-31091428
上面两个网址说的很明显,解决办法就是
curl_setopt($ch, CURLOPT_NOSIGNAL, 1);
超时设置小于1s时的bug
http://www.php.net/manual/zh/function.curl-setopt.php#104597
https://github.com/laruence/yar/issues/15#issuecomment-31091428
上面两个网址说的很明显,解决办法就是
curl_setopt($ch, CURLOPT_NOSIGNAL, 1);