The branch "master" has been updated. The following is a summary of the commits.
from: 5c2832bffdc2e29ddf146da99498fdcb54dabb06 8c039ed Add support for pecl_http 2.0 Summary: http://github.com/horde/horde/compare/5c2832bffdc2e29ddf146da99498fdcb54dabb06...8c039ed61139945ec2d5c8a1f789a45a901cac84 ----------------------------------------------------------------------- commit 8c039ed61139945ec2d5c8a1f789a45a901cac84 Author: Michael Cramer <[email protected]> Date: Fri Mar 21 17:32:23 2014 +0100 Add support for pecl_http 2.0 Signed-off-by: Jan Schneider <[email protected]> framework/Http/lib/Horde/Http/Request/Factory.php | 2 + framework/Http/lib/Horde/Http/Request/Peclhttp.php | 51 +------- framework/Http/lib/Horde/Http/Request/Peclhttp2.php | 88 ++++++++++++ framework/Http/lib/Horde/Http/Request/PeclhttpBase.php | 110 ++++++++++++++++ framework/Http/lib/Horde/Http/Response/Peclhttp2.php | 54 ++++++++ framework/Http/package.xml | 10 +- 6 files changed, 264 insertions(+), 51 deletions(-) create mode 100644 framework/Http/lib/Horde/Http/Request/Peclhttp2.php create mode 100644 framework/Http/lib/Horde/Http/Request/PeclhttpBase.php create mode 100644 framework/Http/lib/Horde/Http/Response/Peclhttp2.php http://github.com/horde/horde/commit/8c039ed61139945ec2d5c8a1f789a45a901cac84 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
