1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00
Files
archived-php-src/ext
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
..
2023-09-26 21:44:00 +02:00
2024-02-19 15:18:48 +01:00
2023-11-22 20:39:29 -06:00
2023-12-13 19:33:09 +01:00
2023-08-19 23:09:41 +01:00
2023-07-10 13:34:21 +02:00
2024-01-04 19:26:32 +01:00
2023-09-22 10:26:01 +02:00
2023-11-10 00:08:09 +01:00
2024-02-27 15:30:23 +00:00
2024-01-17 01:12:24 +09:00