From 6806fab9cdcde2883deaeb9fa9662f06496eba1d Mon Sep 17 00:00:00 2001 From: xtgxiso <124960772@qq.com> Date: Thu, 9 Feb 2017 14:15:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A4=E6=96=AD=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.php b/App.php index 3128bbb..cb6d925 100644 --- a/App.php +++ b/App.php @@ -2,7 +2,7 @@ namespace WebWorker; if ( extension_loaded("swoole") ){ - if ( version_compare(SWOOLE_VERSION,'2.0.5') ){ + if ( version_compare(SWOOLE_VERSION,'2.0.5') == -1 ){ exit("swoole扩展版本必须大于等于2.0.5\n"); } }else{