- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我正在尝试安装 pecl HTTPRequest 扩展。但是当我在我的 CentOS 服务器上运行以下命令时,我收到消息说没有可用的版本并且安装失败。
$pecl install pecl_http
No releases available for package "pecl.php.net/pecl_http"
install failed
我做错了什么?
编辑:Pecl 配置
Configuration (channel pecl.php.net):
=====================================
Auto-discover new Channels auto_discover <not set>
Default Channel default_channel pecl.php.net
HTTP Proxy Server Address http_proxy <not set>
PEAR server [DEPRECATED] master_server pear.php.net
Default Channel Mirror preferred_mirror pecl.php.net
Remote Configuration File remote_config <not set>
PEAR executables directory bin_dir /usr/local/bin
PEAR documentation directory doc_dir /usr/local/lib/php/doc
PHP extension directory ext_dir ./
PEAR directory php_dir /usr/local/lib/php
PEAR Installer cache directory cache_dir /tmp/pear/cache
PEAR configuration file cfg_dir /usr/local/lib/php/cfg
directory
PEAR data directory data_dir /usr/local/lib/php/data
PEAR Installer download download_dir /tmp/pear/download
directory
PHP CLI/CGI binary php_bin /usr/local/bin/php
php.ini location php_ini <not set>
--program-prefix passed to php_prefix <not set>
PHP's ./configure
--program-suffix passed to php_suffix <not set>
PHP's ./configure
PEAR Installer temp directory temp_dir /tmp/pear/temp
PEAR test directory test_dir /usr/local/lib/php/test
PEAR www files directory www_dir /usr/local/lib/php/htdocs
Cache TimeToLive cache_ttl 3600
Preferred Package State preferred_state stable
Unix file mask umask 22
Debug Log Level verbose 1
PEAR password (for password <not set>
maintainers)
Signature Handling Program sig_bin /usr/bin/gpg
Signature Key Directory sig_keydir /usr/local/etc/pearkeys
Signature Key Id sig_keyid <not set>
Package Signature Type sig_type gpg
PEAR username (for username <not set>
maintainers)
User Configuration File Filename /home/onsboek/.pearrc
System Configuration File Filename /usr/local/etc/pear.conf
最佳答案
尝试以下操作;
yum install php-pear
yum install gcc
yum install curl-devel
/usr/bin/pecl install pecl_http
将以下行添加到/etc/php.ini 文件中: extension=http.so
重新启动您的 apache 服务器以便可以加载扩展:
httpd -k restart
如果它不起作用,请告诉我输出结果。
关于php - pecl install pecl_http 没有可用的版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8367748/
我在 Windows 中安装了 pecl_http 扩展并运行了以下代码: setOptions(array('lastmodified' => filemtime('local.rss'))); $
我安装了 pecl 包,但是 pecl_http 不会安装。 这是我的 pecl 列表: Installed packages, channel pecl.php.net: =============
这是我的服务器配置: CentOS 6.5 版(最终版) PHP 5.5.7 pecl_http 2.0.4 稳定 服务器版本:Apache/2.2.15 (Unix) 除了当我尝试加载 pecl_h
hotelbeds api 需要用一些字段的post请求的api,但我不知道字段将被添加到哪里!! (在 GET 请求中,我像任何请求一样在 url 中添加字段) API 代码 ` $apiKey =
hotelbeds api 需要用一些字段的post请求的api,但我不知道字段将被添加到哪里!! (在 GET 请求中,我像任何请求一样在 url 中添加字段) API 代码 ` $apiKey =
我已经安装了 pecl_http,但是当我尝试使用它时,出现错误: Fatal error: Uncaught Error: Call to undefined function http_get()
在 PHP 中,您可以使用 PHP 文件流函数,如 file_get_contents() 来处理 HTTP 请求,但要处理复杂的 HTTP 通信,cURL 显然更好,更灵活。多年来我一直在使用 cU
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
我正在尝试使用 HttpRequest 类,该类应该位于 php.ini 的 PECL_HTTP 扩展中。我有 php5 并使用以下命令安装 pecl_http。 sudo pecl install
我正在尝试使用 HttpRequest 类,它应该在 PHP 的 PECL_HTTP 扩展中。我有 php5 并使用以下命令安装 pecl_http。 sudo pecl install pecl_h
我在 Mac OS X 10.9.5 和 PHP 5.6.13 上运行 PHP PECL 扩展 pecl_http ( https://pecl.php.net/package/pecl_http )
我想使用 http_parse_headers因此,我安装了依赖项 pecl_http(2.4.3/2.2.5) 并调用了 http_parse_headers 函数但没有成功。 function_e
我正在尝试安装 pecl HTTPRequest 扩展。但是当我在我的 CentOS 服务器上运行以下命令时,我收到消息说没有可用的版本并且安装失败。 $pecl install pecl_http
根据标题,我只是想在 ubuntu 中为 php 安装 pecl_http 扩展。 所以我做了最有意义的事情: andreas@earl ~ $ sudo pecl install pecl_http
我正在为 CouchDB 开发一个 PHP 客户端。在浏览有关 HTTP 和 cURL 的 php.net 文档时,我遇到了 PECL_HTTP 扩展。乍一看,我想我更愿意使用这个 PECL 扩展而不
我正在尝试安装此扩展程序,但它在配置阶段失败了。我在 ubuntu 12.04 上,我刚刚安装了这些软件包: libcurl3-openssl-dev php-http libpcre3-dev li
我刚刚看到有新版本的 pecl_http 扩展可用,请参阅 the documentation .它带来了一个新的界面并且与旧的扩展没有相似之处,所以我想问一下是否有任何关于如何使扩展工作的例子?我安
我正在尝试在 docker 容器中安装 pecl_http 。目前我的 Dockerfile 看起来像这样: FROM fun:5000/apache-php:0.1.0 # Install depe
我正在开发一个在 Windows 上运行的 PHP 项目,如果能够使用 pecl_http 而不是使用 cURL 并重新发明轮子来完成 pecl 扩展所做的所有很酷的事情,将会非常方便比如解析头等等。
我正在建立网站和域托管 (1&1) 仅提供基础 PHP 5.4(没有外部库,如 PECL_HTTP 或 CURL 等,没有安装的库)。 我可以将 PHP 类文件添加到我的代码中。我正在尝试在此 URL
我是一名优秀的程序员,十分优秀!