1、内核更新
2、后台bug修复(获取参数的bug)
This commit is contained in:
@@ -207,6 +207,6 @@ class Database{
|
||||
* 析构方法,用于关闭文件资源
|
||||
*/
|
||||
public function __destruct(){
|
||||
$this->config['compress'] ? @gzclose($this->fp) : @fclose($this->fp);
|
||||
//$this->config['compress'] ? @gzclose($this->fp) : @fclose($this->fp);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user