fix:修复BUG/升级1.1.6版本
This commit is contained in:
@@ -245,7 +245,7 @@ class Template
|
||||
|
||||
// 页面缓存
|
||||
ob_start();
|
||||
if (PHP_VERSION > 8.0) {
|
||||
if (version_compare(PHP_VERSION, '8.0', '>=')) {
|
||||
ob_implicit_flush(false);
|
||||
} else {
|
||||
ob_implicit_flush(0);
|
||||
|
||||
Reference in New Issue
Block a user