0

I searched alot on how to enable php_fileinfo extension, but here in my php.ini file and it doesn't contain any php_fileinfo thing, I'm using PHP 5.4 on a dedicated windows server.

Should I add a extention = php_fileinfo.dll, will it work?

Kara
  • 6,115
  • 16
  • 50
  • 57
Akmal Arzhang
  • 357
  • 4
  • 14
  • 1
    The [manual](http://php.net/manual/en/fileinfo.installation.php) maybe able to help. – Jonnix Jun 05 '16 at 11:27
  • Thank you @JonStirling, it says: Windows users must include the bundled php_fileinfo.dll DLL file in php.ini to enable this extension. so does it mean that i should include this line at php.ini? – Akmal Arzhang Jun 05 '16 at 11:37

1 Answers1

0

Adding extension=php_fileinfo.dll solved the problem! for more information read this article: https://community.xibo.org.uk/t/how-do-i-enable-fileinfo-in-php/78

Akmal Arzhang
  • 357
  • 4
  • 14