Télécharger la liste

Description du projet

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.

Système requise

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

Cette version ajoute la compatibilité de PHP 5.4. Il corrige le bug # 59974 : methodRegister ne permet pas « _ » dans le nom de méthode. Il corrige un blocage SAPI si la taille du corps est supérieure à 4 k avec 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

Ce communiqué de correction d'un bug lorsque le composant état de la réponse HTTP est manquant, un double-free lorsque les pages auto-extractible, un non-fonctionnel pour HttpMessage:: setResponseStatus (), un problème où http_redirect sortie rompt avec zlib.output_compression = on, une erreur de segmentation lors du passage à une URL invalide http_get (), une erreur de logique et possible accrocher dans sapi_deactivate lors de l'utilisation http_get_request_body () avec un corps de la demande de plus de 4096 octets, et un problème Faire échoué.
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

Le http_negotiate génériques () la fonction a été ajoutée. Le proxytunnel et options de demande NoProxy ont été ajoutés. L'option permet proxytunnel tunneling via le proxy HTTP. L'option est NoProxy séparés par une virgule d'hôtes pour lesquels une procuration doit pas être utilisé. Les constantes suivantes postredir demande d'option ont été ajoutés: HTTP_POSTREDIR_301, HTTP_POSTREDIR_302, HTTP_POSTREDIR_ALL. L'option HTTP_AUTH_DIGEST_IE demande AuthType constant a été ajouté. L'option de demande HTTP_PROXY_HTTP_1_0 proxytype constant a été ajouté. Le député demande condition_unmet info a été ajouté.
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

A Last-Modified caching bug dans l'API http_send a été fixée. Un bug avec HttpRequestPool et libevent lors de l'ajout des demandes lors de l'exécution a été fixée. Une fuite de mémoire dans HttpResponse:: getStream () a été fixée. Un crash PHP après avoir jeté un argument scalaire pour un tableau dans HttpQueryString a été fixée. Un bug dans lequel http_redirect échouera avec url-> port == 0 a été fixée.
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

Cette version corrige la PHP5.1 construire. Il fixe http_get_request_body [_stream] () avec FastCGI SAPI.
This release fixes the PHP5.1 build. It fixes http_get_request_body[_stream]() with FastCGI SAPI.

Project Resources