- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
<分区>
我正在尝试安装 pecl_http
我已经安装了
sudo apt-get install php-pear sudo apt-get install php5-dev sudo apt-get install libcurl3-openssl-dev sudo apt-get install libcurl4-openssl-dev
但是当我尝试这个的时候
sudo apt-get install pecl_http
我明白了
downloading pecl_http-2.2.0.tgz ...
Starting to download pecl_http-2.2.0.tgz (172,406 bytes)
.....................................done: 172,406 bytes
65 source files, building
running: phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
where to find zlib [/usr] :
where to find libcurl [/usr] :
where to find libevent [/usr] :
building in /tmp/pear/temp/pear-build-root2eJFqQ/pecl_http-2.2.0
running: /tmp/pear/temp/pecl_http/configure --with-http-zlib-dir=/usr --with-http-libcurl-dir=/usr --with-http-libevent-dir=/usr
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for PHP extension directory... /usr/lib/php5/20090626+lfs
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking whether to enable extended HTTP support... yes, shared
checking for egrep... (cached) /bin/grep -E
checking for a sed that does not truncate output... (cached) /bin/sed
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for mbstate_t... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for gethostname... yes
checking for getdomainname... yes
checking for mbrtowc... yes
checking for mbtowc... yes
checking for iswalnum... yes
checking for inet_pton... yes
checking for idna.h... found in /usr
checking for zlib.h... found in /usr
checking for zlib version >= 1.2.0.4... 1.2.3.4
checking for curl/curl.h... found in /usr
checking for curl-config... found: /usr/bin/curl-config
checking for curl version >= 7.18.2... 7.22.0
checking for SSL support in libcurl... yes
checking for openssl support in libcurl... no
checking for gnutls support in libcurl... no
checking for ares support in libcurl... no
checking for bundled SSL CA info... /etc/ssl/certs/ca-certificates.crt
checking for event2/event.h... not found
configure: WARNING: continuing without libevent support
checking for ext/raphf support... no
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' failed
谁能帮帮我?我需要尽快解决这个问题..
我在 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
我是一名优秀的程序员,十分优秀!