aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php53
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2007-06-20 14:01:50 +0800
committerale <ale@FreeBSD.org>2007-06-20 14:01:50 +0800
commit877e1e682829ba172db4372ee964960855f65e4c (patch)
treed7be3543ef381272e106e08ea346236b63a5e119 /lang/php53
parent5c67b8b085092de1c2289113cacfdf279f1f05bc (diff)
downloadfreebsd-ports-gnome-877e1e682829ba172db4372ee964960855f65e4c.tar.gz
freebsd-ports-gnome-877e1e682829ba172db4372ee964960855f65e4c.tar.zst
freebsd-ports-gnome-877e1e682829ba172db4372ee964960855f65e4c.zip
Add a comment about incompatibility between suhosin and FreeBSD jails.
PR: ports/113748 Submitted by: edwin
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 \