summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorStefan Esser2014-02-16 13:05:36 +0100
committerStefan Esser2014-02-16 13:05:36 +0100
commitd5ea5d30d8e400b73d2a5abf2d1e2d8fc3485bd6 (patch)
tree5ddafde4fd62a368330b2c2b05201043448d82e7 /Changelog
parentf7ef68966204b2ac1e45f1c7e8c72aae2becc382 (diff)
Refactor array index handling in input filter, to make it work in all cases.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 9bc62e9..1129c99 100644
--- a/Changelog
+++ b/Changelog
@@ -11,6 +11,7 @@
11 - Added suhosin.log.stdout to log to stdout (for debugging purposes only) 11 - Added suhosin.log.stdout to log to stdout (for debugging purposes only)
12 - Add ini_set() fail mode to suhosin.disable.display_errors 12 - Add ini_set() fail mode to suhosin.disable.display_errors
13 - Fix suhosin.get/post/cookie.max_totalname_length filter 13 - Fix suhosin.get/post/cookie.max_totalname_length filter
14 - Refactor array index handling in filter to make it work always
14 - TODO: WARN THAT FUNCTION WHITELISTS/BLACKLISTS NEVER WORKED CORRECTLY WITH PHP < 5.5 15 - TODO: WARN THAT FUNCTION WHITELISTS/BLACKLISTS NEVER WORKED CORRECTLY WITH PHP < 5.5
15 16
162012-02-12 - 0.9.34 172012-02-12 - 0.9.34