Zend Framework

Fix ZF-3423

Details

  • Type: Sub-task Sub-task
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Not an Issue
  • Affects Version/s: 1.6.0RC2
  • Fix Version/s: None
  • Component/s: Zend_Validate
  • Labels:
    None

Description

to fix replace:
if (strval(floatval($valueFiltered)) != $valueFiltered) {
by:
if (strval(floatval($valueFiltered)) != $valueString) {

It's more logical (and works with other locale than 'en'...

Activity

Hide
Adam Kusmierz added a comment -

There is patch in ZF-3423.

Show
Adam Kusmierz added a comment - There is patch in ZF-3423.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: