Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Zend\Form\View\Helper\FormSelect #3509

Merged
merged 3 commits into from
Jan 22, 2013
Merged

Conversation

radnan
Copy link
Contributor

@radnan radnan commented Jan 22, 2013

Fix for issue #3426

Secure non-strict checking of string/int values when rendering Zend\Form\Element\Select to test which value option needs to be marked as selected.

The native in_array call has been replaced by Zend\Stdlib\ArrayUtils::inArray. This new method was modeled off of the InArray validator.

@ghost ghost assigned weierophinney Jan 22, 2013
weierophinney added a commit that referenced this pull request Jan 22, 2013
@weierophinney weierophinney merged commit b3d4940 into zendframework:develop Jan 22, 2013
@radnan radnan deleted the patch-4 branch January 22, 2013 16:38
weierophinney added a commit to zendframework/zend-stdlib that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants