aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-12-11 09:10:18 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-12-11 09:10:18 +0000
commitfd63fe95e2d9045368729258fc406f5f2800101b (patch)
tree5806386f38cdf7bb59b42698cb6041e679f3e354 /UPDATING
parentc1a77ce29dd7bfab6f952028be871163d54c4266 (diff)
downloadports-fd63fe95e2d9045368729258fc406f5f2800101b.tar.gz
ports-fd63fe95e2d9045368729258fc406f5f2800101b.zip
Complete php5 update instructions.
Notes
Notes: svn path=/head/; revision=224101
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 8 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index cfecbc6c63a8..26da0a5fc993 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,9 +6,9 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
-20081207:
+20081211:
AFFECTS: users of lang/php5
- AUTHOR: pav@FreeBSD.org, itetcu@FreeBSD.org
+ AUTHOR: pav@FreeBSD.org, itetcu@FreeBSD.org, ale@FreeBSD.org
As of php 5.2.7, pcre extension is distributed with the core php5 package,
and not as a standalone module anymore. Follow these steps to update your
@@ -28,6 +28,12 @@ upgrades.
or
portmaster pecl\*
+ If you have the pecl hash, json and/or zip extensions you need to replace
+ them with the php5 bundled ones, ie.:
+ portmaster/portupgrade -o archivers/php5-zip archivers/pecl-zip
+ portmaster/portupgrade -o devel/php5-json devel/pecl-json
+ portmaster/portupgrade -o security/php5-hash security/pecl-hash
+
If you build your INDEX locally and you tried to build it after the php
update commit, you need to rebuild it _after_ you updated lang/php5:
cd /usr/ports && make index