Posted by Wayne on 08/27/05 02:51
On Sat, 27 Aug 2005 07:38:46 +1000, Smitro <nospam@myh0use.c0m> wrote:
>I'm currently on using PHP 4. (what ever the
>latest is) and I'm looking at moving to PHP5. Just
>wondering, should I have moved by now?
I'm currently do all new development in PHP5.
>is there a
>lot of people out their holding back?
All my old sites are running PHP4 with absolutely no intention of
upgrading them to PHP5. Too much trouble.
>My biggest worry is will it break my site?
Probably. PHP5 has a different (better) way of doing a lot of stuff.
However, they have taken lots of care in working on backwards
compatitibly. Your best bet is move your site to PHP5 in a test
environment and make the necessary modifications to have it work
right. If you don't use objects/classes you might not have to change
anything at all.
[Back to original message]
|