aboutsummaryrefslogtreecommitdiffstats
path: root/lang
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
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')
-rw-r--r--lang/php4/Makefile2
-rw-r--r--lang/php5/Makefile2
-rw-r--r--lang/php53/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 0c0c8860a4b9..69877cd132b6 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -37,7 +37,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 \
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index faab7d93a7a5..be080c53aed4 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/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 \
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 \