Download List

项目描述

The HTTP extension for PHP aims to provide a
convenient and powerful set of functionality for
one of PHP's major applications. It eases handling
of HTTP URLs, dates, redirects, headers, and
messages, provides means for negotiation of
clients' preferred language and charset, as well
as a convenient way to send any arbitrary data
with caching and resuming capabilities. It
provides powerful request functionality if built
with CURL support. Parallel requests are available
for PHP 5 and greater.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-23 07:37
1.7.2

此版本添加了 PHP 5.4 的兼容性。它修复了 bug #59974: methodRegister 不允许"_"在方法名称。它修复了 SAPI 坑如果请求正文大小大于 4 k 与 http_get_request_body_stream()。
This release adds PHP 5.4 compatibility. It fixes bug #59974: methodRegister doesn't allow "_" to be in the method name. It fixes an SAPI hang if the request body size is greater than 4k with http_get_request_body_stream().

2011-05-05 16:13
1.7.1

此版本修正了一个当HTTP响应状态组件丢失,双自由时自动解压缩的页面,非官能HttpMessage::setResponseStatus(),一个问题,即http_redirect打破了=上zlib.output_compression输出,段故障时,传递一个无效的网址http_get(),一个逻辑错误和可能挂在sapi_deactivate使用http_get_request_body(有要求的身体)不超过4096字节,一个问题,即让失败。
标签: Major bugfixes
This release fixed a bug when the status component of the HTTP response is missing, A double-free when auto-decompressing pages, a non-funtional HttpMessage::setResponseStatus(), a problem where http_redirect breaks output with zlib.output_compression=on, a segmentation fault when passing an invalid URL to http_get(), a logic error and possible hang in sapi_deactivate when using http_get_request_body() with a request body longer than 4096 bytes, and a problem where Make failed.

2010-06-09 20:35
1.7.0

通用http_negotiate()函数被添加。该proxytunnel和noproxy要求选择增加了。该proxytunnel选项使tunelling通过HTTP代理。该noproxy选择是一个逗号的一名代理不应使用主机分隔的列表。下面postredir请求选项常数说:HTTP_POSTREDIR_301,HTTP_POSTREDIR_302,HTTP_POSTREDIR_ALL。要求选择的HTTP_AUTH_DIGEST_IE authtype不断加入。该HTTP_PROXY_HTTP_1_0设置proxyType请求选项常数为补充。请求消息的condition_unmet成员加入。
The generic http_negotiate() function was added. The proxytunnel and noproxy request options were added. The proxytunnel option enables tunelling through the HTTP proxy. The noproxy option is a comma separated list of hosts for which a proxy should not be used. The following postredir request option constants were added: HTTP_POSTREDIR_301, HTTP_POSTREDIR_302, HTTP_POSTREDIR_ALL. The HTTP_AUTH_DIGEST_IE authtype request option constant was added. The HTTP_PROXY_HTTP_1_0 proxytype request option constant was added. The condition_unmet request info member was added.

2009-12-11 01:15
1.6.6

在最后修改缓存错误的http_send空气污染指数是固定的。带有HttpRequestPool和libevent的错误时,运行时加入要求是固定的。一个中HttpResponse内存泄漏::getStream()是固定的。后投量参数在HttpQueryString PHP的坠毁是固定的。阿错误,其中http_redirect会失败,网址“港口== 0是固定的。
A Last-Modified caching bug in the http_send API was fixed. A bug with HttpRequestPool and libevent when adding requests while running was fixed. A memory leak in HttpResponse::getStream() was fixed. A PHP crash after casting a scalar argument to an array in HttpQueryString was fixed. A bug in which http_redirect would fail with url->port==0 was fixed.

2009-08-14 02:47
1.6.5

此版本修正了PHP5.1版本。它修复http_get_request_body [_stream]()与FastCGI的SAPI中。
This release fixes the PHP5.1 build. It fixes http_get_request_body[_stream]() with FastCGI SAPI.

Project Resources