I have vds working on ubuntu 15 I put vestacp there - a cool panel, but it just got up with php 5.6 and I would like to try php7, they say it has a 100% increase in speed

Tell me how to install it? I’m told to add some kind of repository but I can’t find anything on the Internet working even.

  • 100% speed increase is instant? - Naumov
  • Does your application (vestacp) support PHP7? - Slava Semushin
  • Yes, this application is not mine - this is the vds server control panel - Alex Lizenberg
  • "Does your application (vestacp) support PHP7?" if you don’t use old features like mysql, but use mysqli or Pdo then any application will support. (This is if you move from pkhp 5 => 7). if (php 4 => 7) you will need to exile links everywhere :) - Denis Kotlyarov

1 answer 1

We do aptitude search php (no aptitude, set). We look, if we find in the lists of packages php7.0 rejoice, if there is only php5.X badly. (and everyone has been sitting on ubuntu 16 for a long time, how about an update?). If you found php7.0 then sudo apt-get install php7.0 or sudo aptitude install php7.0 .

If not listed:

 sudo add-apt-repository ppa:ondrej/php-7.0 sudo apt update 

Repeat the procedure. (Yes, I also heard that pkhp 7 is faster, but as far as I do not know.).

  • Chop left ppa? Can immediately download install.sh from the official site of pkhp? - don Rumata
  • And at the expense of upgrading to 1604 I agree - this vetaka will be maintained for 5 years, and not 9 months, as regular releases. - don Rumata
  • "Can immediately download install.sh from the official site of pkhp?" It's kind of Linux, no one here shakes anything from third-party, they just connect the repo (with caution) and put software out of it. "this vetaka will be maintained for 5 years" you want pkhp 7, and he in ubunt 15 will not appear in the lists supported by (we can and will appear but not soon). - Denis Kotlyarov
  • I can not update) because Vesta only supports ubuntu 15.10 - Alex Lizenberg
  • Updated. Successfully. The speed on parsing xml really increased by 2 times! I am pleased with Pts cool update - Alex Lizenberg