aboutsummaryrefslogtreecommitdiff
path: root/system/suhosin/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-05 17:36:43 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-05 17:36:43 +0700
commit438af90066cfb5d69918506bb7669922d3cd83ec (patch)
tree734b28a18f7450dd4b35698fdd030744a2b4d086 /system/suhosin/README
parent4390dd8f252e1d846d5ecfed0e461ce690fb93a6 (diff)
system/suhosin: Removed (not compatible with newer PHP).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/suhosin/README')
-rw-r--r--system/suhosin/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/system/suhosin/README b/system/suhosin/README
deleted file mode 100644
index 3b321cc0c3a88..0000000000000
--- a/system/suhosin/README
+++ /dev/null
@@ -1,8 +0,0 @@
-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