Zend Framework

Socket support

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Major 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
);

Issue Links

Activity

Hide
Mark Evans added a comment -

Linked same issues

Show
Mark Evans added a comment - Linked same issues
Hide
Satoru Yoshida added a comment -

It duplicates ZF-4773

Show
Satoru Yoshida added a comment - It duplicates ZF-4773

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: