aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-04-09 09:34:43 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-04-09 09:34:43 +0000
commit538a6d28a2487de32d66420074ba8609f4b2eab1 (patch)
tree54e230d33cb834db8c435ae3432993ffdb5bbd9e /UPDATING
parent4720812c1a87616a90aeeddb8f06a78ced307b32 (diff)
downloadports-538a6d28a2487de32d66420074ba8609f4b2eab1.tar.gz
ports-538a6d28a2487de32d66420074ba8609f4b2eab1.zip
Update to PHP 5.3.2 release!
Notes
Notes: svn path=/head/; revision=252471
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index dfe017e4a149..f83661ea17fd 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+20100409:
+ AFFECTS: users of lang/php5
+ AUTHOR: ale@FreeBSD.org
+
+ As of php 5.3, a few extensions were removed from or included into the core
+ php5 package. Follow the steps below to update your installation.
+
+ 1) Delete the following packages (if installed):
+ - php5-dbase
+ - php5-ncurses
+ - php5-pcre
+ - php5-spl
+ - php5-ming
+ - php5-mhash
+
+ 2) Rebuild php5 and all ports depending on it.
+
20100403:
AFFECTS: users of net/dgd
AUTHOR: glewis@FreeBSD.org