PHP Fileinfo extension at php.ini does not exist, PHP 5.4
NickName:Akmal Arzhang Ask DateTime:2016-06-05T19:24:47

PHP Fileinfo extension at php.ini does not exist, PHP 5.4

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?

Copyright Notice:Content Author:「Akmal Arzhang」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/37641296/php-fileinfo-extension-at-php-ini-does-not-exist-php-5-4

More about “PHP Fileinfo extension at php.ini does not exist, PHP 5.4” related questions

PHP Fileinfo extension at php.ini does not exist, PHP 5.4

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

Show Detail

PHP FileInfo Extension php.ini override

I'm making use of a GD Library on my application which requires me to modify my php.ini to work. I understand if I uncomment to extension=fileinfo.so the application will work as required, but my

Show Detail

PHP fileinfo extension

I uncommented extension=php_fileinfo.dll in both php.ini's (production and development), but still can't install package using composer. When I run php -m , I can't see fileinfo module. I'm us...

Show Detail

Composer error: "PHP extension fileinfo is missing from your system"

I'm trying to install Laravel package Intervention Image and when I run composer update: Your requirements could not be resolved to an installable set of packages. Problem 1 - intervention/...

Show Detail

Composer error: "PHP extension fileinfo is missing from your system"

I'm trying to install Laravel package Intervention Image and when I run composer update: Your requirements could not be resolved to an installable set of packages. Problem 1 - intervention/...

Show Detail

can not find *"extension=php_fileinfo.dll"* in my php.ini file?

i tried to insert an image into mysql database but i got that error "Unable to guess the MIME type as no guessers are available (have you enabled the php_fileinfo extension?)." i only found

Show Detail

How can I install extension php_fileinfo in my php.ini in Windows 10

I have a problem in my computer Windows 10. I have some errors when I'm trying to do composer install in differents projects, for example : Problem 1 - laravel/framework[v8.65.0, ..., 8.x-dev] re...

Show Detail

How to enable php_fileinfo extension in PHP?

My Laravel app can't validate uploaded images. It returns this error message: Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?) I know en...

Show Detail

fileinfo.dll missing despite being un-commented in php.ini

I'm learning laravel and trying to install laravel collective. Using Xampp, PHP 7.3.4, Laravel 5.8.14. I get the following issue in GitBash when trying to do so: Your requirements could not be re...

Show Detail

Installing PHP FileInfo Extension on Azure

Over the past two days, I have been scouring the web to figure out a way to enable the fileinfo extension for PHP 5.5 on Azure. I am in need of this feature in order to be able to check the type of...

Show Detail