Closed GoogleCodeExporter closed 8 years ago
Try ini_set('max_execution_time', ...) or set it in php.ini file directly.
Another way is to call
http://php.net/manual/en/function.set-time-limit.php
before the 30 seconds are over. This will reset php´s internal script
execution timer. There´s no other way to
handle this.
Original comment by fiedler....@gmail.com
on 29 May 2010 at 6:54
The requests are being sent with cURL. I think CURLOPT_TIMEOUT could be used to
set a
timeout. This way unresponsive servers can be detected.
Original comment by r.weste...@gmail.com
on 30 May 2010 at 1:18
Yes, you can use CURLOPT_TIMEOUT. You can pass it as an extra curl_option, but
I just
patched (r129) to have a default timeout of 30 seconds. Thanks for the report!
Original comment by brunobg%...@gtempaccount.com
on 4 Jun 2010 at 2:47
Original issue reported on code.google.com by
r.weste...@gmail.com
on 28 May 2010 at 10:29