Commit 275303a9 by 冷斌

fix bug

parent 0abe5203
......@@ -70,8 +70,6 @@ class Db extends Think
{
if (!$this->connected) {
$config = $this->config;
var_dump($config);
die;
// 处理不带端口号的socket连接情况
$host = $config['hostname'] . ($config['hostport'] ? ":{$config['hostport']}" : '');
if ($this->pconnect) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment