1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

random: Use ->default_object_handlers for engines (#19625)

This commit is contained in:
Tim Düsterhus
2025-08-29 11:12:46 +02:00
committed by GitHub
parent 84b78c047e
commit fc467dcb64
3 changed files with 14 additions and 7 deletions

View File

@@ -39,6 +39,10 @@ PHP 8.5 INTERNALS UPGRADE NOTES
. Hash functions now use proper hash_spec_result enum for return values
instead of using SUCCESS and FAILURE.
- Random
. The handlers parameter of php_random_engine_common_init() has been
removed. Use the default_object_handlers field on the CE instead.
- Zend
. Added zend_safe_assign_to_variable_noref() function to safely assign
a value to a non-reference zval.