mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: Reset inheritance_cache pointer of zend_class_entry upon serialization (#12401)
This commit is contained in:
commit
7dc352e902
1 changed files with 2 additions and 0 deletions
|
@ -884,6 +884,8 @@ static void zend_file_cache_serialize_class(zval *zv,
|
||||||
|
|
||||||
ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
|
ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
|
||||||
ZEND_MAP_PTR_INIT(ce->mutable_data, NULL);
|
ZEND_MAP_PTR_INIT(ce->mutable_data, NULL);
|
||||||
|
|
||||||
|
ce->inheritance_cache = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void zend_file_cache_serialize_warnings(
|
static void zend_file_cache_serialize_warnings(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue