From c31b33654d6fe896f70d015d09215bba02233206 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Wed, 30 Jan 2013 01:32:03 +0000 Subject: [PATCH] * turn off the E_STRICT error. --- bin/ztcli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ztcli b/bin/ztcli index 8b31f62ff8..8b3fd4d373 100755 --- a/bin/ztcli +++ b/bin/ztcli @@ -11,7 +11,7 @@ * @version $Id$ * @link http://www.ZenTaoPMS.com */ -error_reporting(E_ALL ^ E_NOTICE); +error_reporting(E_ALL ^ E_NOTICE ^ E_STRICT); define('IN_SHELL', true); /* Judge the args. */