diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-20 13:09:15 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-21 09:03:42 +0700 |
commit | bc8028654cca1b925d45d91b401392471c142c06 (patch) | |
tree | fdc6fa9a4c415ccf21cf25e585f92a0ab6905351 /system/suhosin/README | |
parent | 2a4c57489487828417b28e0b1e4727b604527d0f (diff) | |
download | slackbuilds-bc8028654cca1b925d45d91b401392471c142c06.tar.gz |
system/suhosin: Added (PHP Protection System)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/suhosin/README')
-rw-r--r-- | system/suhosin/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/suhosin/README b/system/suhosin/README new file mode 100644 index 0000000000..3b321cc0c3 --- /dev/null +++ b/system/suhosin/README @@ -0,0 +1,8 @@ +Suhosin (pronounced 'su-ho-shin') is an advanced protection system +for PHP installations. It was designed to protect servers and users +from known and unknown flaws in PHP applications and the PHP core. + +You need to modify php.ini manually and add this line: +extension=suhosin.so + +and restart HTTPD |