We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031cafd commit 06ae920Copy full SHA for 06ae920
ext/fileinfo/libmagic.patch
@@ -3286,4 +3286,16 @@ diff -u libmagic.orig/softmagic.c libmagic/softmagic.c
3286
break;
3287
}
3288
case FILE_INDIRECT:
3289
+diff -u libmagic.orig/strcasestr.c libmagic/strcasestr.c
3290
+--- libmagic.orig/strcasestr.c Thu Dec 5 17:57:50 2013
3291
++++ libmagic/strcasestr.c Sun May 4 21:29:20 2014
3292
+@@ -37,6 +37,8 @@
3293
+ __RCSID("$NetBSD: strncasecmp.c,v 1.2 2007/06/04 18:19:27 christos Exp $");
3294
+ #endif /* LIBC_SCCS and not lint */
3295
+
3296
++#include "php_stdint.h"
3297
++
3298
+ #include <assert.h>
3299
+ #include <ctype.h>
3300
+ #include <string.h>
3301
0 commit comments