1.对所有用户永久有效

cd /etc

vim /etc/profile

加上 export PATH=/usr/local/php/bin:$PATH

保存退出

source /etc/profile

完成.

php -v

注:该配置对所有用户永久生效

相关文章: