summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-09-23 16:56:33 +0200
committerBen Fuhrmannek2016-09-23 16:56:33 +0200
commit5f2b52cbc278bcf587160a21790d5c6ebe181178 (patch)
tree15dbf397b616390255bd4cdde6d8b30fe822c9f9
parent578694779b34169deea9dc7788a583500b62975f (diff)
updated changelog and new dev revision
-rw-r--r--Changelog5
-rw-r--r--php_suhosin.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 46710d5..3ee375d 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
12016-xx-xx - 0.9.39dev1 12016-xx-xx - 0.9.39dev2
2 - some improvements for Windows (NewEraCracker)
3 - fixes for test cases (NewEraCracker)
4 - new feature: suhosin.log.max_error_length to limit the error output
2 - fixed function_exists wrapper to ignore backslash-prefixes (#92) 5 - fixed function_exists wrapper to ignore backslash-prefixes (#92)
3 - backport of PHP bug 71152: mt_rand() returns the different values from original mt19937ar.c 6 - backport of PHP bug 71152: mt_rand() returns the different values from original mt19937ar.c
4 - removed dead code 7 - removed dead code
diff --git a/php_suhosin.h b/php_suhosin.h
index 4d44bda..326ceb2 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.39dev1" 25#define SUHOSIN_EXT_VERSION "0.9.39dev2"
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"