RE: [PHP] Re: Fatal error: Maximum execution time

2005-02-21 Thread Jay Blanchard
[snip] Yes, this may cause error like that, but this occours on different places I mean in different included scripts where are not loops at all. Basically there is only one main loop over main data and some small foreach and that can not be infinite. And error happens in different times as well. [

RE: [PHP] Re: Fatal error: Maximum execution time

2005-02-21 Thread Stanislav Kuhn
. -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: 21 February 2005 15:04 To: php-general@lists.php.net Subject: [PHP] Re: Fatal error: Maximum execution time Stanislav Kuhn wrote: ... > > PHP Fatal error: Maximum execution time of 30 seconds exceeded in .php >

[PHP] Re: Fatal error: Maximum execution time

2005-02-21 Thread Jason Barnett
Stanislav Kuhn wrote: ... > > PHP Fatal error: Maximum execution time of 30 seconds exceeded in .php > on line 130 > > Has somebody seen something like this or has an idea what's going on there? When I get this error it is often because I found myself running into an infinite loop someplace