From 5766378102397afb30abe393071425af406981fc Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 6 Apr 2016 14:07:55 +0000 Subject: [NEW] www/pecl-http2: Extended HTTP Support pecl-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 too. WWW: http://pecl.php.net/package/pecl_http/ This version is specific to php55 and php56. Repo Copied from www/pecl-http PR: 208259 Submitted by: madpilot --- UPDATING | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 6f0f487117e2..9be0fb32827f 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,30 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160406: + AFFECTS: All users of www/pecl-http + AUTHOR: bofh + + www/pecl-http has been updated to the latest 3.x stable release, which + supports php70+ and a new port www/pecl-http2 has been created for the + 2.x branch. + + Should users want to continue to use version 2.x, replace www/pecl-http with + www/pecl-http2 as follows: + + Using packages: + + # pkg delete pecl-http + # pkg install pecl-http2 + + Using ports: + + # portupgrade -o www/pecl-http2 www/pecl-http + + OR + + # portmaster -o www/pecl-http2 www/pecl-http + 20160404: AFFECTS: users of lang/ruby21 AUTHOR: swills@FreeBSD.org -- cgit v1.2.3