Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The php cli sanity check should report why it failed #604

Closed
mainframe98 opened this issue Feb 10, 2025 · 0 comments · Fixed by #605
Closed

The php cli sanity check should report why it failed #604

mainframe98 opened this issue Feb 10, 2025 · 0 comments · Fixed by #605

Comments

@mainframe98
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant