summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-06-20 06:01:50 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-06-20 06:01:50 +0000
commit900809f75ec70eeaac7cc0eb68f8d2c27f15793c (patch)
treec9ba444dd4d01108a88bd887be7610274c27518c /lang/php53
parentUpdate to 0.9.5.1 release. (diff)
Add a comment about incompatibility between suhosin and FreeBSD jails.
PR: ports/113748 Submitted by: edwin
Notes
Notes: svn path=/head/; revision=193922
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index faab7d93a7a5..be080c53aed4 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -38,7 +38,7 @@ OPTIONS= CLI "Build CLI version" on \
CGI "Build CGI version" on \
APACHE "Build Apache module" off \
DEBUG "Enable debug" off \
- SUHOSIN "Enable Suhosin protection system" on \
+ SUHOSIN "Enable Suhosin protection system (not for jails)" on \
MULTIBYTE "Enable zend multibyte support" off \
IPV6 "Enable ipv6 support" on \
MAILHEAD "Enable mail header patch" off \