forked from zendframework/zendframework
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable prefer form input filter flag by default
- This fixes a regression in 2.2.3 via zendframework#4996, whereby the fix to a regression caused a new regression in behavior, in which the form input filters were no longer being merged in the expected order. Essentially, the fix in zendframework#4996 now enforced the `preferFormInputFilter` flag status, which was de facto enabled due to the hacks previously present. This flag is now enabled by default to provide the behavior by default (which is what was occurring before the changes, albeit via a different mechanism).
- Loading branch information
1 parent
98b5b85
commit ce07861
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters