From 70fa6ec5f2744997febe70db130a8e58faa127f6 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 25 Jul 2016 18:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B2=BE=E5=BA=A6=E8=B0=83=E6=95=B4=E4=B8=BA18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 00c8a499..e5c42fb9 100644 --- a/base.php +++ b/base.php @@ -9,7 +9,7 @@ // | Author: liu21st // +---------------------------------------------------------------------- -ini_set("precision", 24); +ini_set("precision", 18); define('THINK_VERSION', '5.0.0 RC4'); define('THINK_START_TIME', microtime(true)); define('THINK_START_MEM', memory_get_usage());