Error connecting to the database: Error: Call to undefined function CodeIgniter\Database\SQLSRV\sqlsrv_configure() in C:\wamp64\www\app\vendor\codeigniter4\framework\system\Database\SQLSRV\Connection.php:128
config conection
public array $default = [
'DSN' => '',
'hostname' => 'local\sqlexpress',
'username' => 'sa',
'password' => 'password',
'database' => 'BD',
'DBDriver' => 'SQLSRV',
'DBPrefix' => '',
'pConnect' => false,
'DBDebug' => true,
'charset' => 'utf8',
'DBCollat' => 'utf8_general_ci',
'swapPre' => '',
'encrypt' => false,
'compress' => false,
'strictOn' => false,
'failover' => [],
'port' => '',
'numberNative' => false,
];