aboutsummaryrefslogtreecommitdiff
path: root/security/php-suhosin/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Suhosin is an advanced protection system for PHP installations.Alex Dupre2006-09-041-0/+18
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/ Notes: svn path=/head/; revision=172139