ZF-5053: Socket support
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
);
Comments
Posted by Mark Evans (sparky) on 2008-12-19T10:21:13.000+0000
Linked same issues
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-05-16T07:10:42.000+0000
It duplicates ZF-4773