aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-12-07 21:02:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-12-07 21:02:29 +0000
commit40ee61ab963957fedae9f2d4427bcf9769686f70 (patch)
treef692d00cebdfd12a5f46beaf60fd0e1610ef107b /UPDATING
parentda977380baf68d13d8cd5a758af5db0b145e2b0a (diff)
downloadports-40ee61ab963957fedae9f2d4427bcf9769686f70.tar.gz
ports-40ee61ab963957fedae9f2d4427bcf9769686f70.zip
- Few words on the recent php5 update
Notes
Notes: svn path=/head/; revision=223973
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f161911fae18..c4663f0d5f5c 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