diff options
author | pav <pav@FreeBSD.org> | 2008-12-08 05:02:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-12-08 05:02:29 +0800 |
commit | 2e2b2bdfc182148168ddba06d00641b957bc01a1 (patch) | |
tree | b9ac72c54568c44349cdef43004b5168d021853f /UPDATING | |
parent | ee9041954dbb5eee6cf7ad23033f279fb9baf1fb (diff) | |
download | freebsd-ports-graphics-2e2b2bdfc182148168ddba06d00641b957bc01a1.tar.gz freebsd-ports-graphics-2e2b2bdfc182148168ddba06d00641b957bc01a1.tar.zst freebsd-ports-graphics-2e2b2bdfc182148168ddba06d00641b957bc01a1.zip |
- Few words on the recent php5 update
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -7,6 +7,18 @@ time you update your ports collection, before attempting any port upgrades. 20081207: + AFFECTS: users of lang/php5 + AUTHOR: pav@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 + installation: + + pkg_delete -f php5-pcre-5.2.6 + pkgdb -F + portupgrade as usual + +20081207: AFFECTS: users of games/mkgichessclub AUTHOR: nivit@FreeBSD.org |