diff options
| author | Stefan Esser | 2014-02-24 23:28:44 +0100 |
|---|---|---|
| committer | Stefan Esser | 2014-02-24 23:28:44 +0100 |
| commit | df6cf614a93ca4040a217b69800d517f9df6cf4d (patch) | |
| tree | bbc174b7944398acf0ed70f567c2b645b68853ff | |
| parent | 6fef70730793eccc4943bca48c47439cd19b213e (diff) | |
Prepare release of suhosin extension 0.9.35suhosin-0.9.35
| -rw-r--r-- | Changelog | 5 | ||||
| -rw-r--r-- | php_suhosin.h | 2 |
2 files changed, 4 insertions, 3 deletions
| @@ -1,5 +1,6 @@ | |||
| 1 | 2014-02-xx - 0.9.35-DEV | 1 | 2014-02-24 - 0.9.35 |
| 2 | 2 | ||
| 3 | - From now only PHP >= 5.4 is officially supported | ||
| 3 | - Fix problems with the hard memory_limit on 64 bit systems | 4 | - Fix problems with the hard memory_limit on 64 bit systems |
| 4 | - Fix problems with user space session handler due to change in PHP 5.4.0 | 5 | - Fix problems with user space session handler due to change in PHP 5.4.0 |
| 5 | - Add changes in PHP 5.5 session handlers structures for PHP 5.5 compability | 6 | - Add changes in PHP 5.5 session handlers structures for PHP 5.5 compability |
| @@ -13,7 +14,7 @@ | |||
| 13 | - Fix suhosin.get/post/cookie.max_totalname_length filter | 14 | - Fix suhosin.get/post/cookie.max_totalname_length filter |
| 14 | - Refactor array index handling in filter to make it work always | 15 | - Refactor array index handling in filter to make it work always |
| 15 | - Added support for PHP 5.6.0alpha2 | 16 | - Added support for PHP 5.6.0alpha2 |
| 16 | - TODO: WARN THAT FUNCTION WHITELISTS/BLACKLISTS NEVER WORKED CORRECTLY WITH PHP < 5.5 | 17 | - WARNING: FUNCTION WHITELISTS/BLACKLISTS NEVER WORKED CORRECTLY WITH PHP < 5.5 |
| 17 | 18 | ||
| 18 | 2012-02-12 - 0.9.34 | 19 | 2012-02-12 - 0.9.34 |
| 19 | 20 | ||
diff --git a/php_suhosin.h b/php_suhosin.h index 2adc854..da6b7e1 100644 --- a/php_suhosin.h +++ b/php_suhosin.h | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | #ifndef PHP_SUHOSIN_H | 22 | #ifndef PHP_SUHOSIN_H |
| 23 | #define PHP_SUHOSIN_H | 23 | #define PHP_SUHOSIN_H |
| 24 | 24 | ||
| 25 | #define SUHOSIN_EXT_VERSION "0.9.35-dev" | 25 | #define SUHOSIN_EXT_VERSION "0.9.35" |
| 26 | 26 | ||
| 27 | /*#define SUHOSIN_DEBUG*/ | 27 | /*#define SUHOSIN_DEBUG*/ |
| 28 | #define SUHOSIN_LOG "/tmp/suhosin_log.txt" | 28 | #define SUHOSIN_LOG "/tmp/suhosin_log.txt" |
