Skip to content

Commit ee191aa

Browse files
committed
Review
1 parent 18d14ea commit ee191aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_alloc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2698,7 +2698,7 @@ ZEND_API size_t ZEND_FASTCALL _zend_mm_block_size(zend_mm_heap *heap, void *ptr
26982698

26992699
typedef struct _zend_alloc_globals {
27002700
zend_mm_heap *mm_heap;
2701-
int use_input_zone;
2701+
uint32_t use_input_zone;
27022702
} zend_alloc_globals;
27032703

27042704
#ifdef ZTS

0 commit comments

Comments
 (0)