diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-10-30 16:19:26 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-10-30 16:19:26 +0000 |
commit | 2c2e3eefde4fd78293e65d845fe6cfe0e2ff1f8e (patch) | |
tree | 869e4918a0a8237dafef4970a192186681018749 /UPDATING | |
parent | 8469005d4143e73831c907330105fb9b5c7ca5e4 (diff) |
Update squirrelmail to 20161030 sources, which most notably brings
much better php70 support. The optional database backend has switched
from PEAR to PDO, so include an UPDATING note about it.
Notes
Notes:
svn path=/head/; revision=424954
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20161030: + AFFECTS: users of mail/squirrelmail + AUTHOR: adamw@FreeBSD.org + + For better php70 support, the squirrelmail port has switched from + PEAR database access to PDO. If you are using squirrelmail with + a database backend, you'll need to install a corresponding PDO + database module, such as php56-pdo_sqlite. + +20161030: AFFECTS: users of security/srm AUTHOR: rakuco@FreeBSD.org |