Quote:
Originally Posted by scriptless
I've never received a max loop error. Is that anything similar to how php breaks when it takes to long to execute a script? and times out?
or what exactly causes this problem? 1000 loops?
|
10,000 by default. I don't know exactly how it works, Stefan's said it's more complicated than just loop counters, but basically a loop exceeding 10,000 iterations is halted and the entire script stops.