我正在尝试在我的Ubuntu服务器中安装pecl_http
扩展名,以便使用http_post_fields()
功能。
我已使用sudo pecl install pecl_http
安装并添加到我的php.ini
:
extension=raphf.so
extension=propro.so
extension=http.so
但脚本仍然给我致命的错误。我还尝试在pecl_http.ini
内创建一个conf.d
文件但不起作用。
我错过了什么?
还尝试安装raphf
:
configure: error: Please install pecl/raphf and activate extension=raphf.so in your php.ini
ERROR: `/tmp/pear/temp/pecl_http/configure --with-http-zlib-dir=/usr --with-http-libcurl-dir=/usr --with-http-libevent-dir=/usr --with-http-libidn-dir=/usr' failed
root@plus:~# sudo pecl install raphf
pecl/raphf is already installed and is the same as the released version 1.1.0