mirror of
https://github.com/php/php-src.git
synced 2024-12-16 05:15:03 +08:00
Merge branch 'PHP-8.2'
* PHP-8.2: Fix compilation error on old GCC versions
This commit is contained in:
commit
7304b56f11
@ -250,7 +250,7 @@ ZEND_API const HashTable zend_empty_array = {
|
||||
.gc.u.type_info = IS_ARRAY | (GC_IMMUTABLE << GC_FLAGS_SHIFT),
|
||||
.u.flags = HASH_FLAG_UNINITIALIZED,
|
||||
.nTableMask = HT_MIN_MASK,
|
||||
.arData = (Bucket*)&uninitialized_bucket[2],
|
||||
{.arData = (Bucket*)&uninitialized_bucket[2]},
|
||||
.nNumUsed = 0,
|
||||
.nNumOfElements = 0,
|
||||
.nTableSize = HT_MIN_SIZE,
|
||||
|
Loading…
Reference in New Issue
Block a user