php-src/ext/random/tests
Tim Düsterhus e059498c04
random: Fix unknown mt_srand() compatibility for unknown modes (#13544)
PHP 8.1 and below interpreted unknown modes as `MT_RAND_MT19937`, but PHP 8.2+
interprets them as `MT_RAND_PHP`.

Align the behavior with PHP 8.1 and below, because folks should be steered
towards the standard mode.
2024-02-29 18:05:59 +01:00
..
01_functions random: Fix unknown mt_srand() compatibility for unknown modes (#13544) 2024-02-29 18:05:59 +01:00
02_engine
03_randomizer
engines.inc