diff options
| author | Stefan Esser | 2014-06-09 16:10:42 +0200 |
|---|---|---|
| committer | Stefan Esser | 2014-06-09 16:10:42 +0200 |
| commit | c0927642fd01c6431a17bd1652e5cd269e5946b8 (patch) | |
| tree | a638759eabeb7e58edba03d6bcd7676f7aaee0a3 /Changelog | |
| parent | 9be1238da0b3f87fe9781a2ca91202061b89c0a1 (diff) | |
Improve SessionHandler() recursion protection
Diffstat (limited to 'Changelog')
| -rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | ||
| 14 | 2014-02-24 - 0.9.35 | 15 | 2014-02-24 - 0.9.35 |
