diff options
| -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" |
