3.1.3 - 普通 - 未处理
if(0===stripos($str, 'call')){ // 存储过程查询支持
//$this->close(); // 关闭当前连接
//$this->connected = false;
}
$this->initConnect(false);上面关闭了当前连接又用initConnect初始当前连接,但是close后, 成员变量 li
于是执行到
$this->queryID = mysql_query($str, $this->_linkID);此时 $this->_li