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
Search for zend_hash_index_find in gd.c, you'll see that references are mostly unhanded. This can be solved with zend_hash_index_find_deref or ZVAL_DEREF depending on the case.