aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-03-20 07:36:17 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-03-20 07:36:17 +0000
commitddcb63b7c27d9d8b39edbed250d6172fea54948c (patch)
treea8b8378f277b77d86249b5ce2c85bbd74c862394 /UPDATING
parent5ea33fe3b3f349185c191c414fb33b4af48fda97 (diff)
downloadports-ddcb63b7c27d9d8b39edbed250d6172fea54948c.tar.gz
ports-ddcb63b7c27d9d8b39edbed250d6172fea54948c.zip
- Add notes for www/suphp updating from 0.6.x to 0.7.x
PR: ports/132768 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=230461
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index da6c8c8d2c41..209c788b1459 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20090318:
+ AFFECTS: users of www/suphp
+ AUTHOR: yzlin@cs.nctu.edu.tw
+
+ The suPHP port has been upgraded to 0.7.x. This new version of suPHP has
+ some new features and changes for the configuration file:
+
+ - Multiple path (with patterns) & variable substitution support for
+ docroots
+ - Double-quoted strings at section '[handlers]'
+ ex. application/x-httpd-php="php:/usr/local/bin/php-cgi"
+
+ These changes may lead to internal server error if without modifications
+ of the configuration file from previous version.
+
20090316:
AFFECTS: users of www/geeklog
AUTHOR: beat@FreeBSD.org