From 78a68f2d6c3fcacbccfd7b9bebefc56fc81893a3 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 10 Dec 2015 16:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base.php | 1 - 1 file changed, 1 deletion(-) diff --git a/base.php b/base.php index d5484a00..bfc1840b 100644 --- a/base.php +++ b/base.php @@ -40,7 +40,6 @@ defined('SLOG_ON') or define('SLOG_ON', false); // 是否开启socketLog defined('APP_MODE') or define('APP_MODE', function_exists('saeAutoLoader') ? 'sae' : 'common'); // 环境常量 -define('MEMORY_LIMIT_ON', function_exists('memory_get_usage')); define('IS_CGI', strpos(PHP_SAPI, 'cgi') === 0 ? 1 : 0); define('IS_WIN', strstr(PHP_OS, 'WIN') ? 1 : 0); define('IS_CLI', PHP_SAPI == 'cli' ? 1 : 0);