摘要: 进入环境变量配置文件 vim /etc/profile 添加php 环境变量 export PATH=$PATH:/usr/local/php/bin 阅读全文
posted @ 2020-03-30 17:59 Json159 阅读(240) 评论(0) 推荐(0)
摘要: 1、查找php安装位置 find / name php 2、进入目录后进入扩展包目录 cd ext 3、查找 扩展 pcntl find name pcntl 4、进入包目录 cd pcntl 5、使用phpize 安装 pcntl 包 phpize 6、检测配置文件 ./configure 7、编 阅读全文
posted @ 2020-03-30 17:52 Json159 阅读(544) 评论(0) 推荐(0)