aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2012-05-16 15:36:13 +0800
committerale <ale@FreeBSD.org>2012-05-16 15:36:13 +0800
commit98bfb3f1bd1ab1211f0ffa4a9dba280b44dbdaae (patch)
tree1bef28c5677229cd9fa338b06bc2df18615fbcd1 /UPDATING
parent45ef2d153f6328a9bf114fc43d7048c5349735f4 (diff)
downloadfreebsd-ports-gnome-98bfb3f1bd1ab1211f0ffa4a9dba280b44dbdaae.tar.gz
freebsd-ports-gnome-98bfb3f1bd1ab1211f0ffa4a9dba280b44dbdaae.tar.zst
freebsd-ports-gnome-98bfb3f1bd1ab1211f0ffa4a9dba280b44dbdaae.zip
Update to 5.4.3 release:
- add support for embedded php library - add support for dtrace Re-organize bsd.php.mk: - add WANT_PHP_EMD - fix handling of WANT_PHP_* - remove php4 extensions From UPDATING: Suhosin patch has been disabled until the new version will be released (soon). Suhosing extension will take more time. LINKTHR option is now enabled by default, be sure to flag it if you are updating using an old saved configuration. sqlite2 extension has been permanently removed. If you want to remain at PHP 5.3, a new port (lang/php53) will be committed soon.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5815d9e016e0..3c55a1bfc14a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20120516:
+ AFFECTS: users of lang/php5
+ AUTHOR: ale@FreeBSD.org
+
+ PHP has been updated to 5.4. Suhosin patch has been disabled until the
+ new version will be released (soon). Suhosing extension will take more
+ time. LINKTHR option is now enabled by default, be sure to flag it if
+ you are updating using an old saved configuration. sqlite2 extension
+ has been permanently removed.
+ If you want to remain at PHP 5.3, a new port (lang/php53) has been
+ created for such purpose.
+
20120513:
AFFECTS: users of net-mgmt/smokeping
AUTHOR: lth@FreeBSD.org