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
While running PHP via CGIHandler in ARM64 + BSD15 setup
We are able to execute php directly (say using /usr/bin/php /var/tmp/test.php) but it fails via cgiHandler (say curl https://localhost/).
Resulted in this output:
Bad CGI Process Termination
But I expected this output instead:
PHP needs to be execute fine.