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
sapi/fpm/status: replace variable-length array with emalloc()
According to @cmb69, PHP does not require VLA support
(php#10304 (comment)).
VLAs are a bad idea for several reasons, so let's get rid of them.
This is a continuation of php#10645
0 commit comments