You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PHP 8.2, the zend_array implementation was split into 2 implementations: (1) the original (aka MAP), (2) a separate, more memory efficient case (PACKED) for the representation of packed arrays - packed arrays only store the values, not the buckets