To read all comments associated with this story, please click here.
You _can_ have PHP4 and PHP5 running on the same server. I believe letting PHP4 die is a good thing. PHP5 has been around for years now and we can't waste the developers time with legacy stuff. But I don't believe PHP4 will die, because many are interested in it. Maintaining PHP4 and legacy PHP4 apps could lead up to some very interesting business opportunities for third party companies and developers.
Uhmm, no. You can have one as mod and the other as cgi. But not both mod (the way almost everyone runs php) at the same time. Thus, conversion is not as easy as it should be. (Or maybe not even possible.) Might there be some function available in one version that doesn't exist in the other, and then there are the associated performance issues.
Just think what would happen if Oracle or MS said "You can only have one DB engine active at a time.", I can tell you what would happen, no upgrades.







Member since:
2005-07-06
If the twits in charge would've just made it possible to have both PHP4 and PHP5 running in parallel this wouldn't be such a problem. Then we'd be able to migrate applications one at a time to the latest version.