NYCPHP Meetup

NYPHP.org

[nycphp-talk] Timing out in php batch

Dan Cech dcech at phpwerx.net
Wed Jun 15 15:26:45 EDT 2005


Eric Gewirtz wrote:
> Hi Dan - 
> 
> Can you point me to what you were reading?

I was reading http://php.net/set_time_limit, based on the error message 
you are receiving.

It does appear that the time limit should not be enforced for cli 
scripts, so I guess you need to track down where the error message is 
coming from.

Does the main script call out to any other scripts or web pages running 
php which could be timing out?

Dan



More information about the talk mailing list