summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorStefan Esser2014-06-09 16:10:42 +0200
committerStefan Esser2014-06-09 16:10:42 +0200
commitc0927642fd01c6431a17bd1652e5cd269e5946b8 (patch)
treea638759eabeb7e58edba03d6bcd7676f7aaee0a3 /Changelog
parent9be1238da0b3f87fe9781a2ca91202061b89c0a1 (diff)
Improve SessionHandler() recursion protection
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c212737..1218c8a 100644
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,7 @@
9 - Added suhosin.rand.seedingkey for INI supplied additional entropy string (idea DavisNT) 9 - Added suhosin.rand.seedingkey for INI supplied additional entropy string (idea DavisNT)
10 - Added suhosin.rand.reseed_every_request to allow reseeding on every request (idea DavisNT) 10 - Added suhosin.rand.reseed_every_request to allow reseeding on every request (idea DavisNT)
11 - Changed that calls to srand() / mt_srand() will trigger auto reseeding (idea DavisNT) 11 - Changed that calls to srand() / mt_srand() will trigger auto reseeding (idea DavisNT)
12 - Fixed problems with SessionHandler() class and endless recursions
12 - Added LICENSE file to make distributions happy 13 - Added LICENSE file to make distributions happy
13 14
142014-02-24 - 0.9.35 152014-02-24 - 0.9.35