diff --git a/base.php b/base.php index 80a6e28f..00c8a499 100644 --- a/base.php +++ b/base.php @@ -9,6 +9,7 @@ // | Author: liu21st // +---------------------------------------------------------------------- +ini_set("precision", 24); define('THINK_VERSION', '5.0.0 RC4'); define('THINK_START_TIME', microtime(true)); define('THINK_START_MEM', memory_get_usage());