summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan2010-03-25 11:01:34 +0100
committerStefan2010-03-25 11:01:34 +0100
commitdd2718e1d026d8e7b1594754cf94e4dffa367cb6 (patch)
tree6150364aede884d5a663ab79d388b2cde84aa855
parent8d06f860704b20563755fc5d83bf923d0b8ad1e9 (diff)
Go back to development.
-rw-r--r--Changelog4
-rw-r--r--php_suhosin.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 06593c9..feddad7 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
12010-xx-xx - 0.9.31-dev
2
3 - ...
4
12010-03-25 - 0.9.30 52010-03-25 - 0.9.30
2 6
3 - Added line ending characters %0a and %0d to the list of dangerous characters handled 7 - Added line ending characters %0a and %0d to the list of dangerous characters handled
diff --git a/php_suhosin.h b/php_suhosin.h
index 7653299..c2b27c4 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.30" 25#define SUHOSIN_EXT_VERSION "0.9.31-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"