duck

Results 4 comments of duck

https://github.com/top-think/framework/blob/6.1/src/think/Lang.php ``` public function switchLangSet(string $langset) { if (empty($langset)) { return; } //删除这一行即可规避 $this->setLangSet($langset); // 加载系统语言包 $this->load([ $this->app->getThinkPath() . 'lang' . DIRECTORY_SEPARATOR . $langset . '.php', ]); // 加载系统语言包 $files...

删除这一行即可规避 $this->setLangSet($langset);

从现象看是存在内存溢出的问题,我试了好几个版本都出现了其中包括8.0.0 8.0.3