php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #76574
Patch fix-76574 revision 2018-07-08 18:37 UTC by cmb@php.net

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)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC