如何从php5升级到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怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号