| Package Information |
| Summary |
Extended HTTP Support |
| Maintainers |
Michael Wallner <mike@php.net> (lead) [details]
|
| License |
BSD, revised |
| Description |
This HTTP extension aims to provide a convenient and powerful
set of functionality for one of PHPs 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. |
Release notes Version 0.12.0 (beta) |
+ Added ETag generation through libmhash
+ Added http_parse_message()
+ Added single LF awareness to the parsers
+ Added HttpResponse::setHeader(), HttpResponse::getHeader(), HttpResponse::status()
+ Added HttpResponse::status()
+ Added constants HttpMessage::NONE, Http_Message::REQUEST, HttpMessage::RESPONSE
+ Added Content-Length header if HttpResponse sends full plain entity
+ Added ZendEngine workaround for internal class' static properties (HttpResponse)
+ Added HttpRequestPool::socketPerform()
- Removed http_split_response()
- Removed AuthBasic hooks
- Removed HttpResponse::sendHeader(), HttpResponse::sendStatus()
- Removed HttpRequest::unset*() methods, now handled through set*() with empty parameter
- Removed HttpRequestPool::socketRead(), HttpRequestPool::socketSend()
* Fixed initialization and cleanup of module globals
* Fixed builds and tests without libcurl
* Fixed access of request headers through $_SERVER
* Fixed check for ext/session in http_redirect()
* Fixed custom ETags and Last-Modified dates in HttpResponse
* Fixed PHP4 build |
|