環境:nginx+mysql+php7.2;Mac利用homebrew安裝的php7.2php
問題:修改了PHP的配置文件,php.ini;服務器是nginx,如何重啓PHP?mysql
開啓:nginx
brew services start php@7.2
重啓:sql
brew services restart php@7.2
中止:服務器
brew services stop php@7.2