改进THINK_START_TIME和时间计算

This commit is contained in:
thinkphp
2016-07-25 16:13:22 +08:00
parent 3e437d96fa
commit 3916d0c2f7
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
// +----------------------------------------------------------------------
define('THINK_VERSION', '5.0.0 RC4');
define('THINK_START_TIME', number_format(microtime(true), 8, '.', ''));
define('THINK_START_TIME', microtime(true));
define('THINK_START_MEM', memory_get_usage());
define('EXT', '.php');
define('DS', DIRECTORY_SEPARATOR);