diff options
author | ale <ale@FreeBSD.org> | 2012-05-16 15:36:13 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-05-16 15:36:13 +0800 |
commit | 98bfb3f1bd1ab1211f0ffa4a9dba280b44dbdaae (patch) | |
tree | 1bef28c5677229cd9fa338b06bc2df18615fbcd1 /UPDATING | |
parent | 45ef2d153f6328a9bf114fc43d7048c5349735f4 (diff) | |
download | freebsd-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-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |