summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-12-03 15:08:31 +0100
committerBen Fuhrmannek2014-12-03 15:08:31 +0100
commit61e49e7a4f172f9acfaf53a28d7b34a803360f63 (patch)
treede451f43df562e866cc7e7f0a4112d403a085475
parent7ea20b91eaa4d977991ef81bf1000758c9d3b6c6 (diff)
started 0.9.38-dev
-rw-r--r--Changelog4
-rw-r--r--php_suhosin.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index eb717de..c426c15 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,6 @@
12014-06-24 - 0.9.37-dev 12014-xx-xx - 0.9.38-dev
2
32014-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"