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.

2010-06-09 20:35 Zurück zur Release-Liste
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.

Project Resources