diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-09 09:34:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-09 09:34:43 +0000 |
commit | 538a6d28a2487de32d66420074ba8609f4b2eab1 (patch) | |
tree | 54e230d33cb834db8c435ae3432993ffdb5bbd9e /UPDATING | |
parent | 4720812c1a87616a90aeeddb8f06a78ced307b32 (diff) | |
download | ports-538a6d28a2487de32d66420074ba8609f4b2eab1.tar.gz ports-538a6d28a2487de32d66420074ba8609f4b2eab1.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |