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
I encountered the same issue when working on a fork of pib used as a demo of an application written in php. phan/demo@9aee19e#diff-36895ff0c01bd9f24c9c22438b7f7414 has the relevant INI settings that need to be changed. I can create a PR for that patch if the maintainers think it's useful.
// Show fatal E_COMPILE_ERRORs and other errors properly (startup errors are normally hidden)PG(display_startup_errors)=1;
PG(during_request_startup)=0;
I tried in several ways but failed.
Is there any other good way?
The text was updated successfully, but these errors were encountered: