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

Ignore PHP startup errors #34

Merged

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented May 23, 2020

Ignoring PHP startup errors completely for any PHP processes started from within the application.

Fixes #33

This should fix issue 33, by ignoring PHP startup errors completely for any PHP processes started from within the application.
@jrfnl
Copy link
Collaborator Author

jrfnl commented Jun 18, 2020

@grogy Anything I can do to move this PR forward ?

@jrfnl
Copy link
Collaborator Author

jrfnl commented Jul 20, 2020

@grogy Any chance of this PR getting some love ?

@grogy
Copy link
Member

grogy commented Jul 24, 2020

I read previous thread #33 and current I think about it is good thing in project. Maybe it make the sence.. please, take me a few days for it.

Idea - is good when tool does second thing - silence warnings?

@grogy
Copy link
Member

grogy commented Sep 1, 2020

My thinking about this change takes long. I am sorry, but I cannot merge everything that will be created in PRs.

It makes sense to me. Reason - directive display-startup-errors is for debugging and in Lint we do not need other extensions (only json, but currently PHP versions include JSON-extension).

Thank you @Seldaek for define problem and @jrfnl for implementation and kick me for resolve PR :)

@grogy grogy merged commit 4d9bb4a into php-parallel-lint:master Sep 1, 2020
@jrfnl jrfnl deleted the feature/33-ignore-startup-errors branch September 1, 2020 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Successful lint with PHP startup errors should exit with 0 not 254
3 participants