2012-09-10
2012-09-10
Zero Percent Game Dev - Bugs, more bugs.
Most of them were warnings about invalid foreach arguments. I'm using a slightly newer version of PHP on my home computer, but apparently that's enough of a leap that there are all kinds of minor yet destructive differences. Another example: Mine doesn't bat an eyelash if I send fewer arguments to a function than it has parameters, but that's a big ugly no-no on the live server. So people got a good look at my folder structure for a couple of days. Should be all fixed now. Yay progress.