Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    bdd57a6f
    Do numeric comparison on db versions · bdd57a6f
    Jared Hancock authored
    Support MariaDB version 10.0 and forward, which previously did not appear to
    be 'greater than' version 4.4 as in php '10.0' < '4.4'. Performing a split
    by the dots allows php to perform a numeric comparison.
    bdd57a6f
    History
    Do numeric comparison on db versions
    Jared Hancock authored
    Support MariaDB version 10.0 and forward, which previously did not appear to
    be 'greater than' version 4.4 as in php '10.0' < '4.4'. Performing a split
    by the dots allows php to perform a numeric comparison.