I searched for several hours and no one could help me. I did a simple thing to solve this problem. (WINDOWS 10 x64)
Follow this:
1 - go to the path php_mysqli.dll (in my case: C: / xampp / php / ext);
2 - Move php_mysqli.dll to the previous folder (C: / xampp / php);
3 - Open php.ini and find the line: "extension: php_mysqli.dll";
4 - Go to the path where your file is located: extension = "C: \ xampp \ php \ php_mysqli.dll";
5 - restart the application (wampp, xampp, etc.) and start the Apache server;
The problem was in the ext / php_mysqli.dll path, I tried changing the line to extension = "C: \ xampp \ php \ ext \ php_mysqli.dll", but it did not work.
source share