]> granicus.if.org Git - php/commit
Fixed bug #75170
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 7 Sep 2017 18:03:23 +0000 (20:03 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 7 Sep 2017 18:04:38 +0000 (20:04 +0200)
commitfd07302024bc47082b13b32217147fd39d1e9e61
tree4af711891961eb05dd3252dc33973754165b7ef0
parente67379399a69ee03315d0434e991eeba08639182
Fixed bug #75170

This change may result in different mt_rand/rand sequences being
generated on 64-bit systems for a specific seed.

See also https://externals.io/message/100229.
NEWS
UPGRADING
ext/standard/mt_rand.c
ext/standard/tests/math/bug75170.phpt [new file with mode: 0644]