diff options
| author | Ben Fuhrmannek | 2014-12-03 15:08:31 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-12-03 15:08:31 +0100 |
| commit | 61e49e7a4f172f9acfaf53a28d7b34a803360f63 (patch) | |
| tree | de451f43df562e866cc7e7f0a4112d403a085475 | |
| parent | 7ea20b91eaa4d977991ef81bf1000758c9d3b6c6 (diff) | |
started 0.9.38-dev
| -rw-r--r-- | Changelog | 4 | ||||
| -rw-r--r-- | php_suhosin.h | 2 |
2 files changed, 4 insertions, 2 deletions
| @@ -1,4 +1,6 @@ | |||
| 1 | 2014-06-24 - 0.9.37-dev | 1 | 2014-xx-xx - 0.9.38-dev |
| 2 | |||
| 3 | 2014-12-03 - 0.9.37 | ||
| 2 | 4 | ||
| 3 | - Added SQL injection protection for Mysqli and several test cases | 5 | - Added SQL injection protection for Mysqli and several test cases |
| 4 | - Added wildcard matching for SQL username | 6 | - Added wildcard matching for SQL username |
diff --git a/php_suhosin.h b/php_suhosin.h index 7129e49..88890fb 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.37-dev" | 25 | #define SUHOSIN_EXT_VERSION "0.9.38-dev" |
| 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" |
