diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-06-20 14:01:50 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-06-20 14:01:50 +0800 |
commit | 900809f75ec70eeaac7cc0eb68f8d2c27f15793c (patch) | |
tree | c9ba444dd4d01108a88bd887be7610274c27518c /lang/php4 | |
parent | 5e43a0554ba329883f0783c444cfe1543d7d55ea (diff) | |
download | freebsd-ports-gnome-900809f75ec70eeaac7cc0eb68f8d2c27f15793c.tar.gz freebsd-ports-gnome-900809f75ec70eeaac7cc0eb68f8d2c27f15793c.tar.zst freebsd-ports-gnome-900809f75ec70eeaac7cc0eb68f8d2c27f15793c.zip |
Add a comment about incompatibility between suhosin and FreeBSD jails.
PR: ports/113748
Submitted by: edwin
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 2 |
1 files changed, 1 insertions, 1 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 \ |