diff options
| author | Stefan | 2010-03-24 14:03:00 +0100 |
|---|---|---|
| committer | Stefan | 2010-03-24 14:03:00 +0100 |
| commit | 123e88789441ac5e1c8edeadcfb5c495d2b8f409 (patch) | |
| tree | f066c4da105fad6873fb7979ff452dcf540f8157 /Changelog | |
| parent | c54d1f40594b6bc592dc22e55b7683b2ec9ec8c9 (diff) | |
Fixed error handling in (mt_)srand(), (mt_)getrandmax()
Diffstat (limited to 'Changelog')
| -rw-r--r-- | Changelog | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -4,7 +4,9 @@ | |||
| 4 | by suhosin.server.encode and suhosin.server.strip | 4 | by suhosin.server.encode and suhosin.server.strip |
| 5 | - Fixed crash bug with PHP 5.3.x and session module (due to changed session globals struct) | 5 | - Fixed crash bug with PHP 5.3.x and session module (due to changed session globals struct) |
| 6 | - Added ! protection to PHP session serializer | 6 | - Added ! protection to PHP session serializer |
| 7 | - *Changed* simulation mode now also affects (dis)allowed functions | 7 | - Fixed simulation mode now also affects (dis)allowed functions |
| 8 | - Fixed missing return (1); in random number generator replacements | ||
| 9 | - Fixed random number generator replacement error case behaviour in PHP 5.3.x | ||
| 8 | 10 | ||
| 9 | 2009-08-15 - 0.9.29 | 11 | 2009-08-15 - 0.9.29 |
| 10 | 12 | ||
