如何重启php5.5
要重启 php 5.5:linux/macos:使用 sudo service php5.5-fpm restart。windows:通过 "服务" 窗口重启 "php 5.5 manager"。nginx:使用 sudo service nginx restart。apache:使用 sudo service apache2 restart。
如何重启 PHP 5.5
要重启 PHP 5.5,您可以根据您使用的操作系统和服务器配置执行以下步骤。
Linux 和 macOS
sudo service php5.5-fpm restart
对于 Ubuntu 16.04 及更低版本:
sudo service php5-fpm restart
Windows
其他选项
sudo service nginx restart
sudo service apache2 restart
注意:
以上就是如何重启php5.5的详细内容,更多请关注php中文网其它相关文章!