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
Asked
Active
Viewed 1.1k times
3 Answers
0
In the new version lamp-server included php 7. just use the default installation
sudo apt-get install lamp-server
-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