Problem with max_execution_time
Posted: Sun Aug 06, 2006 2:58 am
I have an apache server with PHP5 installed on a Windows Xp service pack2. I am having problem with loops that executes above 60sec. I changed max_execution_time in my php.ini file from 60 to off and i still encounter the same problem when I try to loop with while or for, the execution times out with an error that Maximun Execution Time of 60seconds exceeded.
What Can I do to solve this problem
What Can I do to solve this problem