From 05f5367c24f4e82d355e7d5aa85e5d070d1f5ac4 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 25 Jul 2016 17:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=B2=BE=E5=BA=A6=E5=80=BC?= =?UTF-8?q?=20=E4=BF=AE=E6=AD=A3win7=E4=B8=8B=E9=9D=A2=E7=9A=84microtime?= =?UTF-8?q?=E7=B2=BE=E5=BA=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base.php | 1 + 1 file changed, 1 insertion(+) 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());