在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
Linux下自带的PHP不支持HTTP库,需要自己安装
pecl_http组件安装步骤如下:
1. 组件安装 1.1 安装php-devel开发组件 1.2 安装php-pecl组件 1.3 安装pecl_http的扩展包 命令pecl install pecl_http的安装过程中可能会出现如下的错误: a. configure: error: could not find zlib.h b. configure: error: could not find curl/curl.h 2. 组件配置 pecl install pecl_http成功结束后执行如下命令,添加php对http.so的支持 touch /etc/php.d/http.ini echo "extension=http.so" >> /etc/php.d/http.ini 参考: http://www.xuebuyuan.com/1959782.html 官网参考文档:http://cn2.php.net/manual/zh/book.http.php |
2022-07-18
2022-08-16
2022-11-06
2022-07-29
2022-08-18
请发表评论