aboutsummaryrefslogtreecommitdiff
path: root/security/php-suhosin
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.32.1 release.Alex Dupre2010-07-262-5/+4
| | | | Notes: svn path=/head/; revision=258272
* Update to 0.9.31 release.Alex Dupre2010-05-202-4/+4
| | | | Notes: svn path=/head/; revision=254654
* Update to 0.9.30 release.Alex Dupre2010-04-092-4/+4
| | | | Notes: svn path=/head/; revision=252473
* Update to 0.9.29 release.Alex Dupre2009-08-272-4/+4
| | | | Notes: svn path=/head/; revision=240411
* Update to 0.9.27 release.Alex Dupre2008-08-262-4/+4
| | | | Notes: svn path=/head/; revision=219208
* Update to 0.9.24 release.Alex Dupre2008-05-112-4/+4
| | | | Notes: svn path=/head/; revision=212899
* Update to 0.9.23 release.Alex Dupre2008-01-152-5/+5
| | | | Notes: svn path=/head/; revision=205684
* Update to 0.9.22 release.Alex Dupre2007-12-112-4/+4
| | | | Notes: svn path=/head/; revision=202978
* Update to 0.9.20 release.Alex Dupre2007-05-252-4/+4
| | | | Notes: svn path=/head/; revision=191720
* Update to 0.9.19 release.Alex Dupre2007-05-012-4/+4
| | | | Notes: svn path=/head/; revision=191273
* Update to 0.9.18 release.Alex Dupre2007-03-072-4/+4
| | | | Notes: svn path=/head/; revision=186771
* Update to 0.9.17 release:Alex Dupre2007-03-053-4/+10
| | | | | | | - install config sample Notes: svn path=/head/; revision=186553
* Update to 0.9.16 release.Alex Dupre2006-12-032-4/+4
| | | | Notes: svn path=/head/; revision=178663
* Update to 0.9.15 release.Alex Dupre2006-11-292-4/+4
| | | | Notes: svn path=/head/; revision=178233
* Update to 0.9.14 release.Alex Dupre2006-11-232-4/+4
| | | | Notes: svn path=/head/; revision=177872
* Update to 0.9.12 release.Alex Dupre2006-11-152-4/+4
| | | | Notes: svn path=/head/; revision=177299
* Update to 0.9.11 release.Alex Dupre2006-11-062-4/+4
| | | | Notes: svn path=/head/; revision=176627
* Update to 0.9.10 release.Alex Dupre2006-11-012-4/+4
| | | | Notes: svn path=/head/; revision=176063
* Update to 0.9.7 release.Alex Dupre2006-10-082-4/+4
| | | | Notes: svn path=/head/; revision=174929
* Update to 0.9.6 release.Alex Dupre2006-10-042-4/+4
| | | | Notes: svn path=/head/; revision=174482
* Update to 0.9.5 release.Alex Dupre2006-09-292-8/+4
| | | | Notes: svn path=/head/; revision=174114
* Update to current snapshot.Alex Dupre2006-09-092-4/+5
| | | | Notes: svn path=/head/; revision=172634
* Suhosin is an advanced protection system for PHP installations.Alex Dupre2006-09-043-0/+47
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