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 876bf88 commit 5dc31e0Copy full SHA for 5dc31e0
NEWS
@@ -16,6 +16,10 @@ PHP NEWS
16
. Fixed bug #81092 (fflush before stream_filter_remove corrupts stream).
17
(cmb)
18
19
+- Fileinfo:
20
+ . Fixed bug #80197 (implicit declaration of function 'magic_stream' is
21
+ invalid). (Nikita)
22
+
23
- GMP:
24
. Fixed bug #81119 (GMP operators throw errors with wrong parameter names).
25
(Nikita)
ext/fileinfo/fileinfo.c
@@ -19,7 +19,7 @@
#endif
#include "php.h"
-#include <magic.h>
+#include "libmagic/magic.h"
/*
* HOWMANY specifies the maximum offset libmagic will look at
* this is currently hardcoded in the libmagic source but not exported
0 commit comments