diff options
| author | Stefan Esser | 2014-06-10 10:58:36 +0200 |
|---|---|---|
| committer | Stefan Esser | 2014-06-10 10:58:36 +0200 |
| commit | f3efcde454d85cdf4b6ddafa05afe99cea5cfd78 (patch) | |
| tree | d0fd163d12115fc30a17c45f16d98583dd29f163 | |
| parent | c0927642fd01c6431a17bd1652e5cd269e5946b8 (diff) | |
Prepare release of suhosin-0.9.36suhosin-0.9.36
| -rw-r--r-- | Changelog | 2 | ||||
| -rw-r--r-- | php_suhosin.h | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | 2014-05-xx - 0.9.36-dev | 1 | 2014-06-10 - 0.9.36 |
| 2 | 2 | ||
| 3 | - Added better handling of non existing/non executable shell scripts | 3 | - Added better handling of non existing/non executable shell scripts |
| 4 | - Added protection against XSS/SQL/Other Injections through User-Agent HTTP header | 4 | - Added protection against XSS/SQL/Other Injections through User-Agent HTTP header |
diff --git a/php_suhosin.h b/php_suhosin.h index 3454f5d..e5604a7 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.36-dev" | 25 | #define SUHOSIN_EXT_VERSION "0.9.36" |
| 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" |
