Skip to content

Commit 06ae920

Browse files
committed
updated libmagic.patch
1 parent 031cafd commit 06ae920

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ext/fileinfo/libmagic.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3286,4 +3286,16 @@ diff -u libmagic.orig/softmagic.c libmagic/softmagic.c
32863286
break;
32873287
}
32883288
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>
32893301

0 commit comments

Comments
 (0)