leafo Posted March 29, 2010 Report Share Posted March 29, 2010 PHP 5.3 has been out for quite some time now, I wanted to know if I could expect to see it in my reseller account anytime soon? The only issue I see with the migration would be the backwards incompatible changes listed here: http://www.php.net/manual/en/migration53.incompatible.php Hopefully these aren't enough to prevent an upgrade. Thanks! Quote Link to comment Share on other sites More sharing options...
Tony Posted March 29, 2010 Report Share Posted March 29, 2010 I doubt you'll see PHP 5.3 on any of our servers any time in the near future. What the PHP manual lists and the real world are entirely two different things. There are lots of popular PHP scripts that simply do not work with PHP 5.3. Along with that you also have encoders like Zend Optimizer which do not work in PHP 5.3. So for us as well as probably almost all web hosts PHP 5.3 is a massive nightmare like the PHP4 -> PHP5 migration because user made scripts are poorly made and are not compatible and are slow to become as such. Quote Link to comment Share on other sites More sharing options...
leafo Posted March 29, 2010 Author Report Share Posted March 29, 2010 I understand, thanks for the quick response. Quote Link to comment Share on other sites More sharing options...
speedturtle Posted March 29, 2010 Report Share Posted March 29, 2010 How about running multiple PHP versions on the same server? http://gggeek.altervista.org/2007/07/21/running-multiple-php-versions-on-a-single-apache-install/ Quote Link to comment Share on other sites More sharing options...
Tony Posted March 29, 2010 Report Share Posted March 29, 2010 How about running multiple PHP versions on the same server? http://gggeek.altervista.org/2007/07/21/running-multiple-php-versions-on-a-single-apache-install/ That is somewhat feasible but not really since Litespeed and cPanel need to all play nice with this. cPanel has no plans on supporting multiple PHP 5 versions anytime soon. Litespeed reads the httpd.conf that cPanel makes for the web server. Also like I said the problem of the encoders not working with it. It could really cause support headaches when people try to run a script that requires a certain optimizer and it's not there. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.