欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

Mac brew安装的php修改了php.ini之后如何重启php?

程序员文章站 2023-09-28 22:45:03
环境:nginx+mysql+php7.2;Mac利用homebrew安装的php7.2 问题:修改了PHP的配置文件,php.ini;服务器是nginx,如何重启PHP? 开启: 重启: 停止: ......

环境:nginx+mysql+php7.2;mac利用homebrew安装的php7.2

问题:修改了php的配置文件,php.ini;服务器是nginx,如何重启php?

开启:

brew services start php@7.2

重启:

brew services restart php@7.2

停止:

brew services stop php@7.2