summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Esser2014-06-10 10:58:36 +0200
committerStefan Esser2014-06-10 10:58:36 +0200
commitf3efcde454d85cdf4b6ddafa05afe99cea5cfd78 (patch)
treed0fd163d12115fc30a17c45f16d98583dd29f163
parentc0927642fd01c6431a17bd1652e5cd269e5946b8 (diff)
Prepare release of suhosin-0.9.36suhosin-0.9.36
-rw-r--r--Changelog2
-rw-r--r--php_suhosin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 1218c8a..2bad2b3 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
12014-05-xx - 0.9.36-dev 12014-06-10 - 0.9.36
2 2
3 - Added better handling of non existing/non executable shell scripts 3 - Added better handling of non existing/non executable shell scripts
4 - Added protection against XSS/SQL/Other Injections through User-Agent HTTP header 4 - Added protection against XSS/SQL/Other Injections through User-Agent HTTP header
diff --git a/php_suhosin.h b/php_suhosin.h
index 3454f5d..e5604a7 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.36-dev" 25#define SUHOSIN_EXT_VERSION "0.9.36"
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"