collection助手函数调整

This commit is contained in:
thinkphp
2017-01-23 13:59:21 +08:00
parent 390aeb3f01
commit 86cc9378a0
2 changed files with 9 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
define('THINK_VERSION', '5.0.5beta');
define('THINK_VERSION', '5.0.5');
define('THINK_START_TIME', microtime(true));
define('THINK_START_MEM', memory_get_usage());
define('EXT', '.php');