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

Zend: use type uint32_t for refcount CE field

This commit is contained in:
Gina Peter Banyard
2025-10-03 16:39:09 +01:00
parent 3db0ea682a
commit 51a4e06b08

View File

@@ -152,7 +152,7 @@ struct _zend_class_entry {
zend_class_entry *parent;
zend_string *parent_name;
};
int refcount;
uint32_t refcount;
uint32_t ce_flags;
uint32_t ce_flags2;