diff options
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 \ |