-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Declare SNMP properties #6742
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
Declare SNMP properties #6742
Conversation
Heh, it looks like ext/pdo_sqlite/tests/bug44327_2.phpt tests the case where there is a column called queryString. I think you can just change the test expectation, but need to do so consistently (i.e. read queryString first in all handlers). |
a034766
to
2c23552
Compare
The PDO part looks good to me. |
And have you come to a conclusion about the SNMP related parts? |
I think this PR should be fairly ready - apart from the question I had above. Can you please have a look, @nikic ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, assuming CI is happy...
I haven't added the expectation for the new test case, but I'll do so during applying the change. |
No description provided.