diff options
author | ale <ale@FreeBSD.org> | 2007-06-20 14:01:50 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-06-20 14:01:50 +0800 |
commit | 877e1e682829ba172db4372ee964960855f65e4c (patch) | |
tree | d7be3543ef381272e106e08ea346236b63a5e119 /lang/php53 | |
parent | 5c67b8b085092de1c2289113cacfdf279f1f05bc (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |