I'm using getID3 1.9.3-20111213, php version is 5.3.8.
Bmp files are not recognized now, it happens because there are two structures with the same "bmp" key in the GetFileFormatArray() function. This is obviously a mistake, I renamed key of the second structure to "efax" and it works for me now.
I attached modified getid3.php, my change is on line 983.
