From af832a5a9018c7dcc2f24111d82049902269fc53 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 18 Oct 2006 01:38:47 +0000 Subject: merge from 3.0 branch till 1463. --- buildscripts/PhpDocumentor/phpdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildscripts/PhpDocumentor/phpdoc') diff --git a/buildscripts/PhpDocumentor/phpdoc b/buildscripts/PhpDocumentor/phpdoc index 725b5aaf..0b02a7c8 100644 --- a/buildscripts/PhpDocumentor/phpdoc +++ b/buildscripts/PhpDocumentor/phpdoc @@ -29,6 +29,7 @@ exec $PHP -C -q -d output_buffering=1 $0 $@ // Project http://sourceforge.net/projects/phpdocu/ // + ob_end_clean(); // make output from autofind php code disapear /** @@ -44,6 +45,7 @@ ob_end_clean(); // make output from autofind php code disapear $test = @include("phpDocumentor/find_phpdoc.php"); if ($test == 6) // find_phpdoc.php returns 6 { + error_reporting(0); include("phpDocumentor/phpdoc.inc"); } else { -- cgit v1.2.3