You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?phpecho (new \finfo(\FILEINFO_MIME_TYPE))->file('svgfile.svg');
Resulted in this output:
text/xml
But I expected this output instead:
image/svg+xml
Here are example files:
I've reported same bug for file command line utility and they fixed it quickly: https://bugs.astron.com/view.php?id=470 (but I don't know how does the fix look like, I failed finding source code for their HEAD version)