Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Zend_Db_Adapter_Mysqli
-
Labels:None
Description
something like that (s. method Zend_Db_Adapter_Mysqli::_connect()):
@$this->_connection = new mysqli(
$this->_config['host'],
$this->_config['username'],
$this->_config['password'],
$this->_config['dbname'],
$port,
$this->_config['socket'] // <- HERE
);
Linked same issues