I am trying to deploy Codeigniter application in PCF. CF Push was success but i got the below error.
Type: Error
Message: Call to undefined function mysqli_init()
Filename: /home/vcap/app/htdocs/system/database/drivers/mysqli/mysqli_driver.php
Line Number: 135
Backtrace:
File: /home/vcap/app/htdocs/application/controllers/Dashboard.php
Line: 8
Function: __construct
File: /home/vcap/app/htdocs/index.php
Line: 315
Function: require_once
Does anyone how to deploy a php application with MySQLi driver enabled?