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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user