summaryrefslogtreecommitdiff
path: root/libraries/php-suhosin/README.SLACKWARE
diff options
context:
space:
mode:
authorMenno Duursma <druiloor@zonnet.nl>2010-09-17 04:47:52 -0400
committerRobby Workman <rworkman@slackbuilds.org>2010-09-21 22:09:37 -0500
commitbb94b73abd64a8108a904be8134b876b71484acf (patch)
tree4b5baaef354606a6207f7f5cb50d99753ae6c9de /libraries/php-suhosin/README.SLACKWARE
parent3dae1846b0ad71c7528dd955362f6064f837f22a (diff)
downloadslackbuilds-bb94b73abd64a8108a904be8134b876b71484acf.tar.gz
libraries/php-suhosin: Added (PHP security extension)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/php-suhosin/README.SLACKWARE')
-rw-r--r--libraries/php-suhosin/README.SLACKWARE17
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/php-suhosin/README.SLACKWARE b/libraries/php-suhosin/README.SLACKWARE
new file mode 100644
index 0000000000..a02bb51c0a
--- /dev/null
+++ b/libraries/php-suhosin/README.SLACKWARE
@@ -0,0 +1,17 @@
+Suhosin comes in two independent parts, that can be used separately or
+in combination. The first part is a small patch against the PHP core,
+that implements a few low-level protections against bufferoverflows or
+format string vulnerabilities.
+
+The second part is a powerful PHP extension that implements all the other
+protections. Suhosin is binary compatible with normal PHP installations,
+which means it is compatible to 3rd party binary extensions like
+ZendOptimizer.
+
+This package includes only the extention.
+
+After installation the 'php -v' command should list it as loaded.
+For more info try:
+
+php -i | grep suhosin
+