Answers for "php startup: unable to load dynamic library 'fileinfo.so'"

PHP
1

PHP Startup: Unable to load dynamic library

If you are a windows user, make sure to uncomment this line in your php.ini 
file:
	
extension_dir = "ext"
Posted by: Guest on January-01-2021
0

php startup: unable to load dynamic library

# Firstly install the mysql lib for php
# Commnad to install it is "apt install php7.0-mysql" (set the version o php to your php version).
# After running that command restart the apache2 server "systemctl restart apache2"
Posted by: Guest on December-24-2021

Code answers related to "php startup: unable to load dynamic library 'fileinfo.so'"

Browse Popular Code Answers by Language