Very strange problem. I turned on the fileinfo extension in php.ini and restarted apache. I used the print_r(get_loaded_extensions());
command to check the loaded extensions, but I still didn’t see the fileinfo. I restarted the computer and it didn’t work. it works. PHP is using 5.3.10. I wonder if any Taoist friends have encountered this situation? Thank you very much!
Very strange problem. I turned on the fileinfo extension in php.ini and restarted apache. I used the print_r(get_loaded_extensions());
command to check the loaded extensions, but I still didn’t see the fileinfo. I restarted the computer and it didn’t work. it works. PHP is using 5.3.10. I wonder if any Taoist friends have encountered this situation? Thank you very much!
This is usually due to a mismatch between the extension’s compilation environment and PHP.
For example, PHP is 64-bit, while the extension is 32-bit. For details, please add me QQ1065890063