PHP7

Ubuntu
回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

PHP7

文章 yehlu »

http://askubuntu.com/questions/705880/h ... tall-php-7


19
down vote
accepted
You can install using this script script or follow instruction on this blog

alternatively, you can do the following:

代碼: 選擇全部

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php-7.0
Remove PHP 5 and install PHP 7:

代碼: 選擇全部

sudo apt-get update
sudo apt-get purge php5-fpm
sudo apt-get install php7.0 php7.0-fpm php7.0-mysql
sudo apt-get --purge autoremove
回覆文章

回到「Ubuntu」