]> granicus.if.org Git - php/commit
Fix #76574: use of undeclared identifiers INT_MAX and LONG_MAX
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 10 Jul 2018 12:28:28 +0000 (14:28 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 10 Jul 2018 12:28:28 +0000 (14:28 +0200)
commit271ae3eb2b142b3ecabe01ebdcc2d29acdd9bc1a
tree3dc1a40d623835becb806e7e09a5e8bb2570452f
parent4182b0855fdfec8af7381fc282a953a5942758dc
Fix #76574: use of undeclared identifiers INT_MAX and LONG_MAX

As of Oniguruma 6.4.0 <limits.h> is required, so we have to add a check
for this header file to set the respective macro.
NEWS
ext/mbstring/config.m4