Problem : When installing phpmyfaq on XAMPP following error message is displayed .
The following extensions are missing! Please enable the PHP extension(s) in php.ini.
Open xampp/php/php.ini
Change this line :
;extension=php_fileinfo.dll
to
extension=php_fileinfo.dll
Then restart xampp
Voila!!.