Closed
Description
Description
The following code:
<?php
echo (new \finfo(\FILEINFO_MIME_TYPE))->file('svgfile.svg');
Resulted in this output:
text/xml
But I expected this output instead:
image/svg+xml
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)
PHP Version
8.2.8
Operating System
MacOS, Ubuntu