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
When the sanity check for php cli fails, it just prints cli failed sanity check without the reason why the sanity check fails. It suggests to try again with --debug for extra details, but that doesn't change the error message.
In my particular case, the failure is because php cannot load a library, which causes it to output warnings alongside the expected hello. That extra output should be printed to the console to aid with debugging, similar to the check done for the micro build target.
The text was updated successfully, but these errors were encountered:
When the sanity check for php cli fails, it just prints
cli failed sanity check
without the reason why the sanity check fails. It suggests to try again with --debug for extra details, but that doesn't change the error message.In my particular case, the failure is because php cannot load a library, which causes it to output warnings alongside the expected
hello
. That extra output should be printed to the console to aid with debugging, similar to the check done for themicro
build target.The text was updated successfully, but these errors were encountered: