skip to Main Content

I’m looking at some things in my cPanel and noticed that my server is using PHP 5.4. Should I change it to PHP 7.1? Is it a good idea to always use the latest version? Is there a big difference in performance between 5.4 and 7x?

2

Answers


  1. You need to test for incompatibilities but PHP 7.1 is much faster, so barring some other reason not to, yes, you should.

    Login or Signup to reply.
  2. if only for security reasons you should, but for resolving common bugs too and performance

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search