1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 11:02:55 +02:00
Files
archived-php-src/ext
Tim Düsterhus 5c693c770a Remove ->last_unsafe from php_random_status (#9132)
Whenever ->last_unsafe is set to `true` an exception has been thrown. Thus we
can replace the check for `->last_unsafe` with a check for `EG(exception)`
which is a much more natural way to ommunicate an error up the chain.
2022-07-26 09:02:51 +02:00
..
2022-06-25 07:40:19 +01:00
2022-07-22 15:34:57 +01:00
2022-06-29 14:04:40 +02:00
2022-07-08 17:39:05 +01:00
2022-07-20 17:01:42 +02:00
2022-06-10 12:45:30 -04:00
2022-07-25 19:12:12 +02:00
2022-06-09 13:42:45 +02:00
2022-06-13 14:44:49 +02:00
2022-07-25 19:28:25 +01:00
2022-07-21 17:21:18 +02:00
2022-05-16 14:47:02 +02:00
2022-06-25 07:40:19 +01:00