summaryrefslogtreecommitdiffstats
path: root/system/suhosin/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2015-02-20 20:09:15 +0100
committer Willy Sudiarto Raharjo2015-02-21 03:03:42 +0100
commitbc8028654cca1b925d45d91b401392471c142c06 (patch)
treefdc6fa9a4c415ccf21cf25e585f92a0ab6905351 /system/suhosin/README
parent2a4c57489487828417b28e0b1e4727b604527d0f (diff)
downloadslackbuilds-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/README8
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