This commit is contained in:
全栈小学生 2023-08-12 16:12:19 +08:00
parent 36d7356475
commit 72bd5a1ba3
7 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
// [ 应用入口文件 ]
namespace think;
if (version_compare(PHP_VERSION, '8.0.0', '<'))
if (PHP_VERSION_ID < 80000)
die('require PHP > 8.0.0 !');
require __DIR__ . '/../vendor/autoload.php';
if (!file_exists(__DIR__ .'/../install.lock')) {

View File

@ -11,7 +11,7 @@
// [ 应用入口文件 ]
namespace think;
if (version_compare(PHP_VERSION, '8.0.0', '<'))
if (PHP_VERSION_ID < 80000)
die('require PHP > 8.0.0 !');
require __DIR__ . '/../vendor/autoload.php';
//if (file_exists(__DIR__ .'/../install.lock')) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB