Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Intl Grapheme PCRE_VERSION comparison when the version has a time…
…stamp PCRE_VERSION constant might (or always) contains the date, as in: `MAJOR.MINOR Y-m-d`, or `10.35 2020-05-09`, refer to https://www.php.net/manual/en/pcre.constants.php This PR fixes the version compare to account for the date, according to these tests: - Before, notice that `10.35 2020-05-09` is considered lower than `8.32`: https://3v4l.org/imMSe#v8.0.10 - After: https://3v4l.org/IfSJi#v8.0.10
- Loading branch information