diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-09-17 04:47:52 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:37 -0500 |
commit | bb94b73abd64a8108a904be8134b876b71484acf (patch) | |
tree | 4b5baaef354606a6207f7f5cb50d99753ae6c9de /libraries/php-suhosin/README.SLACKWARE | |
parent | 3dae1846b0ad71c7528dd955362f6064f837f22a (diff) | |
download | slackbuilds-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.SLACKWARE | 17 |
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 + |