mac 重新加载nginx配置 和 重新加载bash_profile文件

1.重新加载bash_profile文件
source ~/.bash_profile
——————————
2.重新加载NGINX配置
sudo nginx -s reload
——————————
3.pecl 安装PHP扩展
pecl install 扩展名称
原文地址:https://www.cnblogs.com/ikai/p/12055915.html