I've seen a lot of people struggle with this issue but haven't been able to resolve it myself.
I am getting an error message that reads;
Fatal error: Class 'mysqli' not found in C:...
I have checked my php.ini file and it includes both of the following;
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\php\ext"
and
;extension=php_mysqli.dll
...the later is included in a list of extensions.
I have also checked the folder C:\php\ext and in that folder there is a file names php_mysqli.dll
I have restarted by apache server
When I check the phpinfo() I can't find any information about mysqli which makes me think that the extension is not there but I don't know why???
Please can someone help me with this? Thank you in advance.