Download List

Descripción del Proyecto

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 Requirements

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.

2009-07-24 22:31
1.6.4

Este lanzamiento corrige PHP4 edificio, un 5,3 cuestión de PHP en la negociación de la API, HttpMessage:: toMessageTypeObject () no honrar a argumentos que no sean de cuerda, pérdidas de memoria y problemas de cadena inconclusa con HttpMessage, el bug # 16577 (un error en http_request_object.c (HttpRequest: : addBody)), y las clases de fallo # 16700 niño (de HttpMessage no pueden faltar las propiedades de matriz).
This release fixes PHP4 building, a PHP 5.3 issue in the negotiation
API, HttpMessage::toMessageTypeObject() not honoring non-string
arguments, memory leaks and unterminated string issues with HttpMessage,
bug #16577 (a typo in http_request_object.c (HttpRequest::addBody)), and
bug #16700 (child classes of HttpMessage cannot lack array properties).

2009-02-13 04:23
1.6.3

Este error se corrige liberación # 15495 (HttpMessage:: segfault setHttpVersion), el bug # 15497 (HttpInflateStream:: acabar segfault), error de error # 15499 (HttpRequest:: addHeaders segfault), # 15509 (HttpMessage:: pérdidas de memoria rebobinar), el bug # 15.800 (Doble zval libre cuando se separa en convert_to_ *), y no el bug # 15813 (Pide eliminado de pila cuando varios errores fatales ocurren con fcgi).
Tags: Major bugfixes
This release fixes bug #15495 (HttpMessage::setHttpVersion segfault), bug #15497 (HttpInflateStream::finish segfault), bug #15499 (HttpRequest::addHeaders segfault), bug #15509 (HttpMessage::rewind memory leaks), bug #15800 (Double free when zval is separated in convert_to_*), and bug #15813 (Requests not removed from multi stack when fatal errors occur with fcgi).

2008-12-06 04:04
1.6.2

Esta versión corrige PHP 5.3 incompatibilidades API (incluido el bug # 15065). Fija la corrupción de memoria con los encabezados y HttpRequest. Se fija un accidente en HttpMessage:: unserialize (). Fija el bug # 14826 (una condición de carrera en http_request_dtor) y el bug # 15223 (cortes http_parse_message fuera de más de cabeceras).
Tags: Major bugfixes
This release fixes PHP 5.3 API incompatibilities (including bug #15065). It fixes memory corruption with headers and HttpRequest. It fixes a crash in HttpMessage::unserialize(). It fixes bug #14826 (a race condition in http_request_dtor) and bug #15223 (http_parse_message cuts off more than headers).

2008-07-23 21:55
1.6.1

Un error relativos a la construcción con PHP-5.3 fue corregido. Un error en el que San-> errorBuffer no se habían eliminado entre los usos de conexiones persistentes fue corregido. Un error en el que las propiedades de una clase se extiende HttpMessage eran inaccesibles fue corregido.
Tags: Major bugfixes
A bug concerning building with PHP-5.3 was fixed.
A bug in which st->errorbuffer was not cleared
between uses of persistent handles was fixed. A
bug in which properties of a class extending
HttpMessage were inaccessible was fixed.

2007-11-27 06:04
1.6.0

Esta versión agregó HttpRequest:: flushCookies (), una HTTP_URL_FROM_ENV constante, retrycount y retrydelay opciones solicitud, apoyo para libevent libcurl y - with-curl-http-opción de configuración libevent, y HttpRequestPool:: enableEvents (). Problemas con la opción de solicitar cookiestore (con conexiones persistentes) se fija con un accidente en HttpMessage prematuramente llamado:: next (), un accidente con posible cierre http_parse_params () y PHP4, un posible accidente cuando se apaga el módulo en el manejador de la API, una definición PHP_LIBDIR desaparecidos en config.m4 para PHP4, y no el apoyo de shell estándar en config.m4.
Tags: Major feature enhancements
This release added HttpRequest::flushCookies(), a
HTTP_URL_FROM_ENV constant, retrycount and retrydelay request
options, libevent support for libcurl and a --with-http-curl-libevent
configure option, and HttpRequestPool::enableEvents(). Problems
with the cookiestore request option (with persistent handles) were
fixed along with a crash on prematurely called HttpMessage::next(),
a possible shutdown crash with http_parse_params() and PHP4, a
possible crash at module shutdown in the persistent handle API, a
missing PHP_LIBDIR definition in config.m4 for PHP4, and non-
standard shell support in config.m4.

Project Resources