diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-06-09 10:12:32 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-06-09 16:52:19 +0200 |
commit | 7ac0fb5ae48b2513c8949780c2b067be7bfdceb0 (patch) | |
tree | d2a528c5944fc35d1992f0925019b83c09bcd8dd /ext/mbstring/php_mbregex.c | |
parent | eadd98070662f0c56d7138bcb2a42d397c11f6e4 (diff) | |
download | php-git-7ac0fb5ae48b2513c8949780c2b067be7bfdceb0.tar.gz |
Fix possibly unsupported timercmp() usage
The `timercmp()` manpage[1] points out that some systems have a broken
implementation which does not support `>=`. This is definitely the
case for the Windows SDK, which only supports `<` and `>`.
[1] <https://linux.die.net/man/3/timercmp>
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
0 files changed, 0 insertions, 0 deletions