summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Esser2010-02-21 12:46:32 +0100
committerStefan Esser2010-02-21 12:46:32 +0100
commit10ee6dc54e3b203448ca4a80d7f19610acc36707 (patch)
tree112de50ea1024fa25b7deb09f6e04898a6dbed1e
parent36dbfacbe64697d959f524e537b15b73c090d898 (diff)
Start development of 0.9.30
-rw-r--r--Changelog4
-rw-r--r--php_suhosin.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index eb90e44..b6d2798 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
12010-xx-xx - 0.9.30-dev
2
3 - ...
4
12009-08-15 - 0.9.29 52009-08-15 - 0.9.29
2 6
3 - Fixing crash bugs with PHP 5.3.0 caused by unexpected NULL in EG(active_symbol_table) 7 - Fixing crash bugs with PHP 5.3.0 caused by unexpected NULL in EG(active_symbol_table)
diff --git a/php_suhosin.h b/php_suhosin.h
index 56869ec..d8ef2bc 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.29" 25#define SUHOSIN_EXT_VERSION "0.9.30-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"