diff options
author | xue <> | 2006-10-18 01:38:47 +0000 |
---|---|---|
committer | xue <> | 2006-10-18 01:38:47 +0000 |
commit | af832a5a9018c7dcc2f24111d82049902269fc53 (patch) | |
tree | b66193de9e7b75c916a92d6c951a22a90d85fed6 /buildscripts/PhpDocumentor/phpdoc | |
parent | 459bb9c618a8f2897da22129167e634589435e38 (diff) |
merge from 3.0 branch till 1463.
Diffstat (limited to 'buildscripts/PhpDocumentor/phpdoc')
-rw-r--r-- | buildscripts/PhpDocumentor/phpdoc | 2 |
1 files changed, 2 insertions, 0 deletions
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
{
|