Skip to content

1.4.5

Choose a tag to compare

@StijnVrolijk StijnVrolijk released this 19 Jul 07:56
6e1e4dc
  • Cast numeric values to strings
    • If the form uses numeric values, PHP will automatically cast them to integers because we set them as array keys. If we don't cast it back to a string we will compare an integer to a string and it will always fail