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

Fixing max_errno comparison operator to match docs #1

Merged
merged 1 commit into from
Sep 6, 2012
Merged

Fixing max_errno comparison operator to match docs #1

merged 1 commit into from
Sep 6, 2012

Conversation

solkennedy
Copy link
Contributor

The docs define the max_errno variable as "Max PHP error number to report. e.g. 1024 will ignore all errors E_USER_NOTICE or higher."
This fix ensures that a setting of 1024 will ignore all errors of type E_USER_NOTICE. Previously a setting of 1024 would ignore only errors with a higher increment than specified.
The documented behavior is more clear, therefore, the operator has been changed to match.

The docs define the max_errno variable as "Max PHP error number to report. e.g. 1024 will ignore all errors E_USER_NOTICE or higher."
This fix ensures that a setting of 1024 will ignore all errors of type E_USER_NOTICE. Previously a setting of 1024 would ignore only errors with a higher increment than specified.
The documented behavior is more clear, therefore, the operator has been changed to match.
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 this pull request may close these issues.

None yet

2 participants