qqq
This commit is contained in:
@@ -313,6 +313,7 @@ class Connection extends Component
|
|||||||
if ($PDO->inTransaction()) {
|
if ($PDO->inTransaction()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
file_put_contents('php://output', '回收PDO连接.' . $this->cds, FILE_APPEND);
|
||||||
$this->pool()->push($this->cds, [$PDO, time()]);
|
$this->pool()->push($this->cds, [$PDO, time()]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user