RE: [PHP-WIN] Re: timeout question

2003-10-07 Thread Disko_kex
I had that problem too. set_time_limit = 0 ; in php.ini and Timeout 0 # in httpd.conf // jocke -Original Message- From: J.Veenhuijsen [mailto:[EMAIL PROTECTED] Sent: den 7 oktober 2003 06:55 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: timeout question see in php.ini

[PHP-WIN] Re: timeout question

2003-10-06 Thread J.Veenhuijsen
see in php.ini max_execution_time = 30 ; Maximum execution time of each script, in seconds or set_time_limit (PHP 3, PHP 4 ) limit the maximum execution time void set_time_limit (int seconds) Set the number of seconds a script is allowed to run. If this is reached, the script returns a