I have finally started to make the move to PHP5
I have kept putting it off because my host doesnt support it but if all goes well, i'll just start the search for a new host. (any recomendations? uk based preferably)
For peoples experience how easy is it to upgrade a project from PHP4? It is OOP, or as OOP as it can be in PHP4 - however, i think this could cause the biggest problem. Since this is where the most changes are right?
The project isnt all that big, maybe ~ 3000 lines of code.
I've started playing around with PHP5 and it seems cool so far, I've done quite a bit of programming in Java and C# so some of it feels like 'finally, i can do that!' however other bits feel a bit confusing.
So... basically, any pointers to get me going? 🙂 Does anybody know of any good reads out there on upgrading?
Hmm, i'm not quite sure what my question is in this post... just general advice maybe.
I believe some functions are still there but are being depreciated? so i will want to remove using these. is there a list somewhere?
Thanks in advance.