Skip to content

Commit

Permalink
Ensure proper alignment of zend_accel_shared_globals.interned_strings
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed Aug 12, 2024
1 parent 634708a commit b464bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/opcache/ZendAccelerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b464bbf

Please sign in to comment.