Re: [PHP] set_time_limit problem

2003-09-03 Thread Ernest E Vogelsinger
At 01:19 04.09.2003, Colm O'Riain said: [snip] >So 2 questions for you all > >* Why, if the intitial configuration enabled safe mode, would it not be >seen to be enabled when I call phpinfo(INFO_CONFIGURATION)? Because safe_mode might be switched off in ph

[PHP] set_time_limit problem

2003-09-03 Thread Colm O'Riain
Hi, I realize that set_time_limit is a regular problem on this list but I haven't found an answer to my problems in the archivs so I hope someone can help me. I've run into time-limit issues on a script I've written. So, I call set_time_limit(0) at the beginning and this works fine locally -