diff options
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 000000000000..3b321cc0c3a8 --- /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 |