summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog2
-rw-r--r--php_suhosin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index f47436c..c5d64e0 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
12015-xx-xx - 0.9.38-dev 12015-05-21 - 0.9.38
2 - removed code compatibility for PHP <5.4 (lots of code + ifdefs) 2 - removed code compatibility for PHP <5.4 (lots of code + ifdefs)
3 - allow https location for suhosin.filter.action 3 - allow https location for suhosin.filter.action
4 - fixed newline detection for suhosin.mail.protect 4 - fixed newline detection for suhosin.mail.protect
diff --git a/php_suhosin.h b/php_suhosin.h
index fd61a0a..f82c460 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-dev" 25#define SUHOSIN_EXT_VERSION "0.9.38"
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"