# This was no prob in PHP5, some memory corruption / leaks, whatever fixed
# in ZE2 but not in ZE1?
- Fixed bug #26896 (ext/ftp does not work as shared extension). (Jani)
- Fixed bug #26772, #26967 (file operations return NULL instead of FALSE).
(Wez, Ilia)
+- Fixed bug #26381 (rand() without srand() doesn't work with certain php.ini).
+ (Jani)
- Fixed bug #21513 (shutdown functions not executed if timed out). (Zeev)
12 Jan 2004, Version 4.3.5RC1
static void basic_globals_ctor(php_basic_globals *basic_globals_p TSRMLS_DC)
{
+ BG(rand_is_seeded) = 0;
+ BG(mt_rand_is_seeded) = 0;
+
BG(next) = NULL;
BG(left) = -1;
BG(user_tick_functions) = NULL;