dongpu7881 2015-07-23 17:46
浏览 66
已采纳

在CentOS 6.6中从PHP 5.3.3升级到PHP 5.5是否安全?

I need to install a plugin on my website which requires PHP >= 5.5. Right now i'm running PHP 5.3.3 on CentOS 6.6.

  1. Is it safe tou upgrade PHP or there is a a tangible risk that some applications won't work after upgrade?
  2. Is there a way to "rollback" the upgrade? So that i upgrade, i check that everything works and, if not, i downgrade.

Thanks!

  • 写回答

1条回答 默认 最新

  • du9537 2015-07-23 20:22
    关注

    Yes, there is a chance that some applications won't work. I upgraded from 5.3 to 5.4 on a system and found that a bug appeared in production code. It wasn't anything that couldn't be fixed. Of course, there have been other times where an upgrade worked flawlessly.

    If you install 5.5 on the system without disturbing the 5.3 installation then it should be possible to rollback to 5.3 if needed. Just save the server configuration for 5.3 before pointing it to 5.5.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?