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

Fix error reporting configuration for PHP 7.4 #545

Merged
merged 1 commit into from
Jan 28, 2020

Conversation

mnapoli
Copy link
Member

@mnapoli mnapoli commented Jan 28, 2020

Since PHP 7.4 the default value is E_ALL.

We override it to set the recommended configuration value for production.

See https://github.com/php/php-src/blob/d91abf76e01a3c39424e8192ad049f473f900936/php.ini-production#L463

@mnapoli mnapoli added the bug label Jan 28, 2020
Copy link
Contributor

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@mnapoli mnapoli merged commit 026dfa6 into master Jan 28, 2020
@mnapoli mnapoli deleted the php-7.4-error-reporting branch January 28, 2020 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants