diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2010-09-17 04:33:13 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:37 -0500 |
commit | a8204879991f17470a905286f8da4cba456715c3 (patch) | |
tree | ad93d989164449bedba23cfca9cd2cccdebb4c00 /network/suhosin/README | |
parent | a60b2dc50eea58e261a3dbb318bf39a803a272d9 (diff) | |
download | slackbuilds-a8204879991f17470a905286f8da4cba456715c3.tar.gz |
network/suhosin: Removed (replaced by php-suhosin)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/suhosin/README')
-rw-r--r-- | network/suhosin/README | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/network/suhosin/README b/network/suhosin/README deleted file mode 100644 index f38cc80a40..0000000000 --- a/network/suhosin/README +++ /dev/null @@ -1,22 +0,0 @@ -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 - |