Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Veröffentlichung fügt PHP 5.4 Kompatibilität. Es behebt Fehler # 59974: MethodRegister nicht "_" im Namen Methode zu ermöglichen. Es behebt ein SAPI hängen, ist die Anfrage Körpergröße größer als 4 k mit 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

Diese Version behebt einen Fehler, wenn der Status-Komponente des HTTP-Antwort fehlt, ein Doppel-frei, wenn Auto-Dekomprimierung Seiten, einer Non-funtional HttpMessage: setResponseStatus (), ein Problem, wo http_redirect Pausen-Ausgang mit zlib.output_compression = an, einen Segmentation Fault, wenn die Übergabe eines ungültigen URL zu HTTP_GET (), ein logischer Fehler und mögliche hängen sapi_deactivate in einem der http_get_request_body () mit einem Antrag Körper länger als 4096 Bytes, und ein Problem, wo Stellen gescheitert.
Tags: 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

Die generischen http_negotiate ()-Funktion wurde hinzugefügt. Die proxytunnel und noproxy Anfrage Optionen wurden hinzugefügt. Die Option ermöglicht proxytunnel über den HTTP-Proxy tunelling. Die noproxy Option ist eine durch Komma getrennte Liste von Hosts, für die ein Proxy nicht angewendet werden sollte. Die folgende Anfrage postredir Option Konstanten wurden hinzugefügt: HTTP_POSTREDIR_301, HTTP_POSTREDIR_302, HTTP_POSTREDIR_ALL. Die HTTP_AUTH_DIGEST_IE authtype Anfrage Option konstanten wurde hinzugefügt. Die HTTP_PROXY_HTTP_1_0 ProxyType Anfrage Option konstanten wurde hinzugefügt. Die condition_unmet Anfrage info Mitglied aufgenommen.
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

Ein Last-Modified-Caching Fehler in der http_send API wurde behoben. Ein Fehler mit HttpRequestPool und libevent beim Hinzufügen von Anfragen während der Ausführung wurde behoben. Ein Speicherverlust in HttpResponse:: getStream () festgesetzt worden war. Ein PHP-Absturz nach dem Gießen einer skalaren Argument ein Array in HttpQueryString wurde behoben. Ein Fehler, bei dem http_redirect mit url versagen-> port == 0 festgesetzt worden war.
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

Diese Version behebt Aufbau der PHP5.1. Es behebt http_get_request_body [_stream] () mit FastCGI SAPI.
This release fixes the PHP5.1 build. It fixes http_get_request_body[_stream]() with FastCGI SAPI.

Project Resources