On Fri, 18 Jan 2002 10:03:07 +0100 "Michel van Westen" <[EMAIL PROTECTED]> wrote:
> Hi all, > > i got a serious problem: I got php3 running for quit a while and it was > running fine with all my scripts. About a week ago i decided my time had > come and i had to update to php4, now all my scripts keep on refreshing > without having loaded the whole script, it just refreshes over and over it > looks like it has some sort of time limit. I've tried both the ISAPI > module and the CGI executable but it just doesn't work. I can't find > anything in php.ini that isn't right either. Try adding this line to one of your scripts and see if it still happens: set_time_limit (0); It will make the script never time-out. Cheers, Ruben. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]