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

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Reset inheritance_cache pointer of zend_class_entry upon serialization (#12401)
This commit is contained in:
Dmitry Stogov
2023-10-11 09:57:43 +03:00

View File

@@ -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->mutable_data, NULL);
ce->inheritance_cache = NULL;
}
static void zend_file_cache_serialize_warnings(