PHP for loop isn't looping after APC installation
- by BoRo
So I installed APC and i all of the sudden my for loops only run once and increment the value then stops.
I dont get what's going on, it worked fine before APC was installed.
Any Suggestions?
EDIT: I managed to narrow it down to the increment. for some reason if I have an array let's say string[],
and have the for loop list through the values…