mirror of https://github.com/php/php-src
Browse Source
The version test that we had in run-tests.php assumed that the major and minor version numbers were always single digits. This removes that assumption and also uses version_compare() for the comparison instead of naively converting it to an integer.pull/684/head
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue