| Package Information |
| Summary |
Extended HTTP Support |
| Maintainers |
Michael Wallner <mike@php.net> (lead) [wishlist] [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 Version0.3.0 |
* ctype is now mandatory
* implemented additional third/fourth informational parameter to http_(get|head|post*)
which will be filled with an associative array containing request/response information
* removed http_accept_ranges()
* output "Redirecting to URI." in http_redirect() for full RFC compliance
* fixed http_cache_last_modified(): if parameter was omitted, would have always sent 304 Not Modified
* added http_parse_headers() |
|