Forum Moderators: coopster

Message Too Old, No Replies

PHP timeout?

help with setting

         

c0nsur

12:22 am on Aug 13, 2003 (gmt 0)

10+ Year Member



hi guys
is anyone could tell me how to tweak my php to run up to 1hour?

i already set this in php.ini

max_execution_time = 30000000
pfpro.defaulttimeout = 3000000

but after maybe 5 minutes it stops

hpche

1:04 am on Aug 13, 2003 (gmt 0)

10+ Year Member



The set_time_limit function - [uk.php.net...] - does the same thing as max_execution_time, but you might find the user notes on the manual useful if you haven't seen them already. Have you checked your server timeout values as well as PHP's, because that could well be the cause of the problem I guess.