I have the following error in codeginiter:
A PHP Error was encountered Severity: Error
Message: Call to undefined function mysqli_init ()
Filename: mysqli / mysqli_driver.php
Line Number: 135
Backtrace:
I've already been to php.ini and I've removed the comments from extension=php_mysql.dll
, extension=php_mysqli.dll
and I put the path in extension_dir = "C:/php/ext"
, someone who has already passed it knows the solution?
Note: I'm trying to host in Apache because in php cli it works normally