cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: Sessions in CURL

From: Mark Green <mark.green_at_dingoblue.com.au>
Date: Tue, 12 Jun 2001 18:11:46 +1000

Hey,

> I tried to call two times the same page consecutivly in the same CURL
> session but. Everytime I have the result
> Fatal error: Maximum execution time of 30 seconds exceeded in
> c:\wwwroot\page\form.php on line 59
> In spite of my string:
> curl_setopt ($ch, CURLOPT_TIMEOUT, 120);

The PHP script maximum execution time is totally different to the
curl timeout.. Try upping your PHP maximum execution time in your
php.ini.

Regards,

Mark
<? print(pack("c*", 74,117,115,116,32,65,110,111,
                    116,104,101,114,32,80,72 ,80,
                    32,72,97,99,107,101,114,46,10)); ?>

_______________________________________________
Curl-and-php mailing list
http://curl.haxx.se/
Received on 2001-06-12