Summary | couple mysqli fixes |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 01/12/2007 (6830 days ago) |
Due | |
Updated | 01/12/2007 (6830 days ago) |
Assigned | 01/12/2007 (6830 days ago) |
Resolved | 01/12/2007 (6830 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
moved into the $mysql_protocol switch. I took care of both in both
branches. Thanks!
name if I select TCP protocol.
By the way, MySQL (not MySQLi) module has exactly the same structure,
except of persistent connections.
Assigned to Chuck Hagenbuch
State ⇒ Feedback
to leave any way to set a hostname if you're _not_ using sockets. Have
to be able to specify a remote server...
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ couple mysqli fixes
Queue ⇒ Horde Framework Packages
New Attachment: Config.php.patch
State ⇒ Unconfirmed
1) there is no such thing as persistent connection in mysqli
2) hostname is not needed in mysqli connection if using sockets. From
PHP manual:
"Passing the NULL value or the string "localhost" to this parameter,
the local host is assumed. When possible, pipes will be used instead
of the TCP/IP protocol."