diff options
| author | Ben Fuhrmannek | 2015-05-21 11:35:46 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2015-05-21 11:35:46 +0200 |
| commit | 4a16e5600fc1c0f413e176c7a8e2892a957d1579 (patch) | |
| tree | dae9485ae922de3602aaad1376b1a1f517d7070b | |
| parent | c2025d798111bc7ca108a1ab9eab6bdce47177e1 (diff) | |
prepare v0.9.38
| -rw-r--r-- | Changelog | 2 | ||||
| -rw-r--r-- | php_suhosin.h | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | 2015-xx-xx - 0.9.38-dev | 1 | 2015-05-21 - 0.9.38 |
| 2 | - removed code compatibility for PHP <5.4 (lots of code + ifdefs) | 2 | - removed code compatibility for PHP <5.4 (lots of code + ifdefs) |
| 3 | - allow https location for suhosin.filter.action | 3 | - allow https location for suhosin.filter.action |
| 4 | - fixed newline detection for suhosin.mail.protect | 4 | - fixed newline detection for suhosin.mail.protect |
diff --git a/php_suhosin.h b/php_suhosin.h index fd61a0a..f82c460 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.38-dev" | 25 | #define SUHOSIN_EXT_VERSION "0.9.38" |
| 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" |
