summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fuhrmannek2015-12-02 17:49:21 +0100
committerBen Fuhrmannek2015-12-02 17:49:21 +0100
commitcadf76d799b341400cb60c39d075197d5eee5635 (patch)
treed16e3a6a24757cb207760cc50dbe120280fa8014
parent7b1b3fe12636fc6d7768beda9247f19670e0f5c3 (diff)
started version 0.9.39
-rw-r--r--Changelog2
-rw-r--r--php_suhosin.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 6e00d9c..3fb270c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,5 @@
12016-xx-xx - 0.9.39dev
2
12015-05-21 - 0.9.38 32015-05-21 - 0.9.38
2 - removed code compatibility for PHP <5.4 (lots of code + ifdefs) 4 - removed code compatibility for PHP <5.4 (lots of code + ifdefs)
3 - allow https location for suhosin.filter.action 5 - allow https location for suhosin.filter.action
diff --git a/php_suhosin.h b/php_suhosin.h
index f82c460..824ce21 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.38" 25#define SUHOSIN_EXT_VERSION "0.9.39dev"
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"