Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

valid_ip removed $data which was causing exception #2540

Merged
merged 4 commits into from
Feb 17, 2020

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    248ed2f View commit details
    Browse the repository at this point in the history
  2. Update FormatRules.php

    + allows storing IP as varbinary more easily ;-)
    nowackipawel committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    5920c26 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Update FormatRules.php

    Removed $data in docs.
    Added check if $ip is binary string to do not check inet_ntop on human readable strings.
    nowackipawel committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    61319c6 View commit details
    Browse the repository at this point in the history
  2. valid_ip: Added empty($ip) returning false

    as is in valid_url
    nowackipawel committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    8858f4d View commit details
    Browse the repository at this point in the history