Patch fix-76574 for mbstring related Bug #76574
Patch version 2018-07-08 18:37 UTC
Return to Bug #76574 |
Download this patch
Patch Revisions:
Developer: cmb@php.net
ext/mbstring/config.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4
index d1054928b7..4bd1b8fe06 100644
--- a/ext/mbstring/config.m4
+++ b/ext/mbstring/config.m4
@@ -96,7 +96,7 @@ int main() { return foo(10, "", 3.14); }
])
])
- AC_CHECK_HEADERS([stdlib.h string.h strings.h unistd.h sys/time.h sys/times.h stdarg.h])
+ AC_CHECK_HEADERS([stdlib.h string.h strings.h unistd.h sys/time.h sys/times.h stdarg.h limits.h])
AC_CHECK_SIZEOF(int, 4)
AC_CHECK_SIZEOF(short, 2)
AC_CHECK_SIZEOF(long, 4)
|