From bcfcdf474c0fd3c83fd4e718754c62131152729f Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 4 Sep 2006 08:02:04 +0000 Subject: 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 and the second part is a powerful PHP extension that implements all the other protections. Suhosin is binary compatible to normal PHP installation, which means it is compatible to 3rd party binary extension like ZendOptimizer. WWW: http://www.suhosin.org/ --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index 8b20ebc44e5b..00f2b8afac77 100644 --- a/security/Makefile +++ b/security/Makefile @@ -510,6 +510,7 @@ SUBDIR += pgpdump SUBDIR += pgpgpg SUBDIR += pgpin + SUBDIR += php-suhosin SUBDIR += php4-crack SUBDIR += php4-cryptopp SUBDIR += php4-mcrypt -- cgit v1.2.3