From d2bf3c621df919785c094f22a5c94404d7849319 Mon Sep 17 00:00:00 2001 From: xtgxiso <124960772@qq.com> Date: Wed, 22 Feb 2017 17:27:04 +0800 Subject: [PATCH] =?UTF-8?q?0.3.0=20=E5=A2=9E=E5=8A=A0=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=92=8C=E4=BC=98=E5=8C=96=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.php | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/App.php b/App.php index 3f9f557..50fc3b7 100644 --- a/App.php +++ b/App.php @@ -24,7 +24,7 @@ class App extends Worker * * @var string */ - const VERSION = '0.2.9'; + const VERSION = '0.3.0'; private $conn = false; private $map = array(); diff --git a/README.md b/README.md index fd40df1..688873f 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,8 @@ $app->on404 = function() { $this->ServerHtml("我的404"); }; +//访问日志 +Worker::$stdoutFile = './stdout.log'; // Run worker Worker::runAll();