diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-12-11 09:10:18 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-12-11 09:10:18 +0000 |
commit | fd63fe95e2d9045368729258fc406f5f2800101b (patch) | |
tree | 5806386f38cdf7bb59b42698cb6041e679f3e354 /UPDATING | |
parent | c1a77ce29dd7bfab6f952028be871163d54c4266 (diff) |
Complete php5 update instructions.
Notes
Notes:
svn path=/head/; revision=224101
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |