摘要: 看一下系统指向的文件 ls /usr/bin/php al 找到对应版本的php文件 ls /home/work/study/soft/php/bin/php al 删除老的软连接建立新的软连接 ln s /home/work/study/soft/php/bin/php /usr/bin/php 阅读全文
posted @ 2019-05-10 20:24 Jerome27 阅读(1412) 评论(0) 推荐(0)
摘要: 红色 执行命令:curl sS https://getcomposer.org/installer | php 报错如下 Some settings on your machine make Composer unable to work properly. Make sure that you f 阅读全文
posted @ 2019-05-10 14:20 Jerome27 阅读(2793) 评论(0) 推荐(0)