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

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

开启:

brew services start [email protected]

重启:

brew services restart [email protected]

停止:

brew services stop [email protected]
05-23 16:59