Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.4
-
Fix Version/s: 1.9.0
-
Component/s: Zend_Validate
-
Labels:None
Description
Zend_Validate_Identical should allow to validate any object, or data structure to see if it's identically.
Actually this validator is limited to "string" as it casts the token to string.
New feature implemented with r16380