-5

PHP 7 is released, How can i install PHP7 in XAMPP. I am currently using PHP 5.5.30 and my Ubuntu version is 15.10 . Thanks

Dip
  • 15

3 Answers3

4

You can add a ppa with PHP7:

sudo apt-add-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0
oerdnj
  • 7,940
mdd
  • 1,441
  • 14
  • 17
0

In the new version lamp-server included php 7. just use the default installation

sudo apt-get install lamp-server

https://www.apachefriends.org/index.html

-1

As far as I'm aware PHP7 isn't officially included in your version of Ubuntu (not sure about plans for the future) - so you will have to either find some unofficial packages or build your php7 installation yourself.

Jacek
  • 1,921
  • 12
  • 10