OkaygeBusiness999 Posted September 7 Share Posted September 7 using php 8.3.1 i have it fully set up through mamp. i have updated php.ini file in the correct php version folder and enabled the fileinfo extension. when i run checks for extensions or check in the ext folder it is present, even through all this it's not working somehow, both on my october local backend and whenever trying to do something with it, it just recognizes it as not installed, very certain the issue isnt in using wrong version as i have checked that a lot of times any fix? Quote Link to comment https://forums.phpfreaks.com/topic/323910-fileinfo-extension-not-working-php-831/ Share on other sites More sharing options...
Solution Barand Posted September 7 Solution Share Posted September 7 Check the output from phpinfo() to make sure the php.ini file you edited is the one currently being used. Quote Link to comment https://forums.phpfreaks.com/topic/323910-fileinfo-extension-not-working-php-831/#findComment-1634881 Share on other sites More sharing options...
OkaygeBusiness999 Posted September 7 Author Share Posted September 7 5 minutes ago, Barand said: Check the output from phpinfo() to make sure the php.ini file you edited is the one currently being used. ye its the correct one being used Quote Link to comment https://forums.phpfreaks.com/topic/323910-fileinfo-extension-not-working-php-831/#findComment-1634882 Share on other sites More sharing options...
OkaygeBusiness999 Posted September 7 Author Share Posted September 7 41 minutes ago, Barand said: Check the output from phpinfo() to make sure the php.ini file you edited is the one currently being used. nvm you were correct seems like i was using the php.ini from bin/php/php8.3.1 instead of the one from config, thank you for making me double check Quote Link to comment https://forums.phpfreaks.com/topic/323910-fileinfo-extension-not-working-php-831/#findComment-1634887 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.