如何從php5升級(jí)到php7,ubuntu?14?,nginx+php7
#安裝ppa sudo apt-get install python-software-properties software-properties-common sudo add-apt-repository ppa:ondrej/php-7.0 sudo apt-get update #刪除php5 sudo apt-get purge php5-fpm php5-mysql php5-common sudo apt-get --purge autoremove #安裝php7 sudo apt-get install php7.0-fpm php7.0-mysql php7.0-common php7.0-curl #把nginx *.conf 里的fastcgi_pass配置改成: fastcgi_pass unix:/run/php/php7.0-fpm.sock; #重啟nginx sudo service nginx reload #完成.
PHP怎么學(xué)習(xí)?PHP怎么入門(mén)?PHP在哪學(xué)?PHP怎么學(xué)才快?不用擔(dān)心,這里為大家提供了PHP速學(xué)教程(入門(mén)到精通),有需要的小伙伴保存下載就能學(xué)習(xí)啦!
微信掃碼
關(guān)注PHP中文網(wǎng)服務(wù)號(hào)
QQ掃碼
加入技術(shù)交流群
Copyright 2014-2025 http://miracleart.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號(hào)