반응형
내 서버환경, 윈도우10
xe 11.5
php 5.3.29
nginx 1.17.0
mariaDB 10.5
In your php.ini there should be something similar to ;extension=fileinfo.so or ;extension=php_fileinfo.dll. You will need to remove the ; to enable these. It looks like it's trying to call a function from the .dll but cannot find it.
php.ini 열어서 주석제거 (즉, 활성화하라는것). 웹서버 재시작
반응형