Search code examples
phpmysqlxamppfileinfo

Fileinfo not working in Xampp v3.2.1


hey i want install a portal(CMS) on xampp but its give me a some error about file info and cant install it if anybody can help me to fix it please anwser error image


Solution

  • Just go to your xampp php.ini and uncomment the line :

    ;extension=php_fileinfo.dll
    

    to

    extension=php_fileinfo.dll
    

    and dont forget to restart apache