From 5abdafeb9ded0c1c41992f7b3758f1dc02255683 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 12 Oct 2006 07:30:33 +0000 Subject: add unified chm build (quickstart + API + classdocs + wiki) --- buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php') diff --git a/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php b/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php index 1d953088..c1e7095f 100644 --- a/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php +++ b/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php @@ -24,7 +24,7 @@ * @package phpDocumentor * @since 1.2 */ -error_reporting(E_ALL); +error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT); /** common settings */ include_once("phpDocumentor/common.inc.php"); -- cgit v1.2.3