What does your phpinfo() say in there? Does it give library information in it? I did not use it in WAMP but in my individual installation (PHP, Apache, MySQL) it just works for me.
The only reference to ‘fileinfo’ in php.ini is ‘SplFileInfo’ in the list of Classes shown under the SPL heading. I’m not sure if that’s something else?
The SplFileInfo is unrelated, there should be a section entitled “fileinfo” if the extension was loaded properly. Are you sure you edited the correct php.ini file?
Apparently not! There was another php.ini file in c:\wamp\bin\apache\Apache2.2.11\bin. Uncommenting the fileinfo extension line in it has done the trick
Just for reference: you can click on the wampserver icon then go to PHP -> PHP extensions; here you can just click to enable and disable any extension, and it’ll restart Apache for you