Migrating
I’ve started migrating SC to PHP5 and MySQL 5. I hope this doesn’t become too much of a rabbit hole. I’m doing it so that it’s easy to move to a new hosting company that offers these modern versions, but in the meantime I need things to keep working on the old versions, in case there are bugfixes needed. And so, I’m going to have to be careful to test everything with both versions of these tools, as I believe it’s possible to write version-neutral code. Haha, we’ll see. In a pinch, the first time I have to make a change that breaks on PHP4, I’ll branch my code. Thanks, Subversion!