diff options
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 000000000000..a02bb51c0a80 --- /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 + |