slackbuilds_ponce/network/suhosin
Menno Duursma 84e08cf916 network/suhosin: Updated for version 0.9.31.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2010-07-15 20:12:37 -05:00
..
doinst.sh
README
slack-desc
suhosin.info network/suhosin: Updated for version 0.9.31. 2010-07-15 20:12:37 -05:00
suhosin.SlackBuild network/suhosin: Updated for version 0.9.31. 2010-07-15 20:12:37 -05:00

Suhosin 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.

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