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