mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Ensure proper alignment of zend_accel_shared_globals.interned_strings (#15359)
This commit is contained in:
@@ -280,7 +280,7 @@ typedef struct _zend_accel_shared_globals {
|
||||
const void **jit_exit_groups;
|
||||
|
||||
/* Interned Strings Support (must be the last element) */
|
||||
zend_string_table interned_strings;
|
||||
ZEND_SET_ALIGNED(ZEND_STRING_TABLE_POS_ALIGNMENT, zend_string_table interned_strings);
|
||||
} zend_accel_shared_globals;
|
||||
|
||||
#ifdef ZEND_WIN32
|
||||
|
||||
Reference in New Issue
Block a user