aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2009-03-20 15:36:17 +0800
committerlwhsu <lwhsu@FreeBSD.org>2009-03-20 15:36:17 +0800
commitdee00bda9cd02cb717df5c9c30b0891cbb7b5f45 (patch)
tree14a03ddcad723e5fefd8b32d2756df6eb922924b /UPDATING
parentd46d2b8e2981a2a96fe66403f2ed93a8111b8a41 (diff)
downloadfreebsd-ports-graphics-dee00bda9cd02cb717df5c9c30b0891cbb7b5f45.tar.gz
freebsd-ports-graphics-dee00bda9cd02cb717df5c9c30b0891cbb7b5f45.tar.zst
freebsd-ports-graphics-dee00bda9cd02cb717df5c9c30b0891cbb7b5f45.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>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index da6c8c8d2c4..209c788b145 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