Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jerauf's avatar

PHP Warning: Module 'fileinfo' already loaded in Unknown on line 0

I'm getting an error whenever I update. It's:

PHP Warning:  Module 'fileinfo' already loaded in Unknown on line 0

Any idea how to solve this?

0 likes
4 replies
ejdelmonico's avatar

What exactly are you updating? The Laravel version? A composer package? Please provide more information.

jerauf's avatar

I'm just running composer update and get this before anything updates. Also when I ran php artisan storage:link.

Cronix's avatar

Check your php.ini. It looks like you're loading the fileinfo extension twice.

There are 2 different php.ini's you need to check. One for the webserver and one for the CLI version. I'm guessing the problem is in the CLI version since that's what is being used when running artisan/composer commands.

Please or to participate in this conversation.