diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-06-20 06:01:50 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-06-20 06:01:50 +0000 |
commit | 900809f75ec70eeaac7cc0eb68f8d2c27f15793c (patch) | |
tree | c9ba444dd4d01108a88bd887be7610274c27518c /lang/php5 | |
parent | 5e43a0554ba329883f0783c444cfe1543d7d55ea (diff) | |
download | ports-900809f75ec70eeaac7cc0eb68f8d2c27f15793c.tar.gz ports-900809f75ec70eeaac7cc0eb68f8d2c27f15793c.zip |
Notes
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |