|
Posted by Mikhail Kovalev on 02/01/08 18:50
On 1 Feb, 03:47, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> Mikhail Kovalev wrote:
> > Fatal error: Maximum execution time of 3600 seconds exceeded in z:\home
> > \localhost\www\somefile.php on line 138
>
> > php.ini setting fixes default max execution time at 30 sec,
> > In the script itself I have set_time_limit(0);
> > I have also tried set_time_limit(90000); with no luck.
>
> > Checked if php was running in safe mode, and it wasn't.
>
> > Are there any other reasons that can cause this behavior?
>
> > Thanks!
>
> > mvh
> > MK
>
> Does your server have a timeout value specified?
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================
Timeout 300 in httpd.conf?
Navigation:
[Reply to this message]
|