Package Information |
Summary |
Extended HTTP Support |
Maintainers |
Michael Wallner <
mike at php dot net >
(lead)
[details]
|
License |
BSD-2-Clause |
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, headers and messages, provides
means for negotiation of a client's preferred content type,
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.
It provides powerful request functionality with support for
parallel requests.
Documentation:
https://mdref.m6w6.name/http |
Release notes
Version 1.0.0RC5
(beta)
|
+ Added HttpRequest::enableCookies() and HttpRequest::resetCookies([bool session_only=FALSE]) + Added optional flags argument to http_parse_params() + Added HTTP_PARAMS_ALLOW_COMMA, HTTP_PARAMS_ALLOW_FAILURE, HTTP_PARAMS_RAISE_ERROR constants * Fixed http_build_url("./path") if REQUEST_URI is empty * Fixed http_parse_params("foo;bar") returning "foo" and "ar" * Fixed return value of http_parse_params() Object{"params"=>Array("value", Array("name"=>"value"), ...)} * Fixed HttpMessage::setRequestMethod() errenously issuing a warning about an unknown request method * Fixed bugs introduced by using the new REQUEST_TIME server variable ! NOTE: Many INI settings have been renamed to comply with the internal structure |
|