summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorStefan2010-03-24 14:03:00 +0100
committerStefan2010-03-24 14:03:00 +0100
commit123e88789441ac5e1c8edeadcfb5c495d2b8f409 (patch)
treef066c4da105fad6873fb7979ff452dcf540f8157 /Changelog
parentc54d1f40594b6bc592dc22e55b7683b2ec9ec8c9 (diff)
Fixed error handling in (mt_)srand(), (mt_)getrandmax()
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 4ff0a3f..c7a0cf2 100644
--- a/Changelog
+++ b/Changelog
@@ -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
92009-08-15 - 0.9.29 112009-08-15 - 0.9.29
10 12