aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-12-08 05:02:29 +0800
committerpav <pav@FreeBSD.org>2008-12-08 05:02:29 +0800
commit2e2b2bdfc182148168ddba06d00641b957bc01a1 (patch)
treeb9ac72c54568c44349cdef43004b5168d021853f /UPDATING
parentee9041954dbb5eee6cf7ad23033f279fb9baf1fb (diff)
downloadfreebsd-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--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f161911fae1..c4663f0d5f5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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