Suhosin is... back?

Sheratan

Well-known member
Looks like Suhosin is back.

https://github.com/stefanesser/suhosin

Changelogs
Code:
2014-02-xx - 0.9.35-DEV
 - Fix problems with the hard memory_limit on 64 bit systems
 - Fix problems with user space session handler due to change in PHP 5.4.0
 - Add changes in PHP 5.5 session handlers structures for PHP 5.5 compability
 - Fix std post handler for PHP >= 5.3.11
 - Fix suhosin logo in phpinfo() for PHP 5.5
 - Change fileupload handling for PHP >= 5.4.0 to use an up to date RFC1867 replacement code
 - Adapted suhosin to PHP 5.5 executor
 - Added some test cases for various things
 - Added suhosin.log.stdout to log to stdout (for debugging purposes only)
 - Add ini_set() fail mode to suhosin.disable.display_errors
 - Fix suhosin.get/post/cookie.max_totalname_length filter
 - Refactor array index handling in filter to make it work always
 - Added support for PHP 5.6.0alpha2
 - TODO: WARN THAT FUNCTION WHITELISTS/BLACKLISTS NEVER WORKED CORRECTLY WITH PHP < 5.5

2012-02-12 - 0.9.34
 - Added initial support for PHP 5.4.0
 - Fix include whitelist and blacklist to support shemes with dots in their names
 - Fix read after efree() that lets function_exists() malfunction
 - Fix build with clang compiler
 - Added a request variable drop statistic log message

etc old changlog

Suhosin Extension should be production ready at the end of the week. We will commit some more test case during the week and once that is finished I will release the current version as final.
https://github.com/stefanesser/suhosin/issues/20#issuecomment-35314824

Looks like I have something to play with my vbox in this weekend. :D
 
Top Bottom