RE: [fw-general] Zend_Db mysqli

2007-04-03 Thread Bill Karwin
Thanks Vladas, I have logged http://framework.zend.com/issues/browse/ZF-1187 to track this issue. Regards, Bill Karwin From: Vladas Dirzys [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 3:12 AM To: fw-general@lists.zend.com Subject: [fw-general

[fw-general] Zend_Db mysqli

2007-04-03 Thread Vladas Dirzys
Hi! where is not possible to change mysql port using mysqli adapter. i've changed Zend_Db_Adapter_Mysqli // function _connect() to this: protected function _connect() { if ($this->_connection) { return; } +$port = ($this->_config['port']) ? $this->_config