My program goes thru about 15.000 lines of MySQL data and each line has about 15 variable (survey results).
Let's say I am calculating the scores and using 25 formulas for each line...
the PHP file starts executing and goes up to about 7000-7500 and then stops executing with no reason. It is not a 3 minute or 5 minute timeout issue. This happens in 15-20 seconds.
Is there a MAXIMUM number of formula executions kind of timeout in PHP? Please help, thanks...
Let's say I am calculating the scores and using 25 formulas for each line...
the PHP file starts executing and goes up to about 7000-7500 and then stops executing with no reason. It is not a 3 minute or 5 minute timeout issue. This happens in 15-20 seconds.
Is there a MAXIMUM number of formula executions kind of timeout in PHP? Please help, thanks...
Comment