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.

2009-07-24 22:31
1.6.4

Diese Version behebt PHP4 Gebäude, ein PHP 5.3 Problem bei der Aushandlung API, HttpMessage:: toMessageTypeObject () nicht zu würdigen Nicht-String-Argumente, Speicherlecks und abgeschlossene Zeichenfolge Probleme mit HttpMessage, Bug # 16577 (einen Tippfehler in http_request_object.c (HttpRequest: : addBody)) und Bug # 16700 (Kind-Klassen von HttpMessage nicht fehlen Array-Eigenschaften).
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

Diese Version behebt Bug # 15495 (HttpMessage:: setHttpVersion segfault), Bug # 15497 (HttpDeflateStream:: finish segfault), Bug # 15499 (HttpRequest:: addHeaders segfault), Bug # 15509 (HttpMessage:: rewind Memory Leaks), Bug # 15800 (Doppelzimmer frei, wenn in zval getrennt ist convert_to_ *), und Bug # 15813 (Anfragen nicht von Multi Stack entfernt, wenn schwerwiegende Fehler auftreten, mit 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

Diese Version behebt Inkompatibilitäten PHP 5.3 API (einschließlich Bug # 15065). Es behebt Speicherfehler mit Kopf-und HttpRequest. Es behebt einen Absturz in HttpMessage: unserialize (). Es behebt Bug # 14826 (eine Race Condition in http_request_dtor) und Bug # 15223 (http_parse_message schneidet mehr als Header).
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

Ein Bug, der über Gebäude mit PHP-5.3 wurde behoben. Ein Fehler in der st-> errorBuffer wurde nicht zwischen den verschiedenen Zwecken der anhaltenden Griffe gelöscht wurde behoben. Ein Fehler in der Eigenschaften einer Klasse Verlängerung HttpMessage unzugänglich waren wurde behoben.
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

Diese Version hat HttpRequest:: flushCookies (), eine HTTP_URL_FROM_ENV konstant, RetryCount und retrydelay Anfrage Optionen libevent Unterstützung für libcurl und - with-http-curl-libevent configure-Option, und HttpRequestPool:: enableEvents (). Probleme mit der cookiestore Anfrage-Option (mit anhaltender Griffe) wurden mit einem Absturz auf vorzeitig genannt HttpMessage entlang behoben:: next (), eine mögliche Schließung Crash mit http_parse_params () und PHP4, ein möglicher Absturz auf Modulebene die anhaltende Schließung im Griff API eine fehlende Definition in PHP_LIBDIR config.m4 für PHP4 und Nicht-Standard-Shell-Unterstützung in 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