aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-04-06 14:07:55 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-04-06 14:07:55 +0000
commit5766378102397afb30abe393071425af406981fc (patch)
treeee2b21ee7369d770e6e199e2cb0a2cd23fe1b0b8 /UPDATING
parent4668b601fbedadc86669df1351233d0358caaf8e (diff)
downloadports-5766378102397afb30abe393071425af406981fc.tar.gz
ports-5766378102397afb30abe393071425af406981fc.zip
[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
Notes
Notes: svn path=/head/; revision=412620
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
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