-
Notifications
You must be signed in to change notification settings - Fork 8k
Fix GH-16993: Fix filter_var_array to warn when validation filters are incorrectly combined with FILTER_NULL_ON_FAILURE flag #19660
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
Conversation
d2c7be7
to
241c25b
Compare
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.
LGTM! Though I think new warnings should go to master. In that case, you'll need to ping release managers.
Works for me, it would make more sense I think. WDYT @php/release-managers-85? |
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.
RM approval for 8.5, no technical review performed
241c25b
to
f717f2f
Compare
I rebased on master. Friendly ping @iluuu1994, can you double-check with the rebase just to be sure, please? |
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.
Must've missed the test description in the last review.
Rebase looks good. If you squash & merge via GitHub UI nothing can go wrong in that regard anyway. 🙂 If you merge locally, git merge --ff-only
can provide some confidence as well.
… are incorrectly combined with FILTER_NULL_ON_FAILURE flag
f717f2f
to
b69b919
Compare
Fix #16993