Edit report at http://pear.php.net/bugs/bug.php?id=19197&edit=1
ID: 19197
Comment by: dream
Reported By: 659168179@qq.com
Summary: Fatal Error on building documentation
Status: Closed
Type: Bug
Package: PhpDocumentor
Operating System: windows 7
Package Version: 1.4.4
PHP Version: 5.3.8
Assigned To: ashnazg
New Comment:
Open this
file:D:\Development\PhpDocumentor\phpDocumentor\Converters\HTML\frames\HTMLframesConverter.inc
and modify line 1348.
Determining whether $root is true.Making the following changes:
" if($root){
$interfaces = $root->getImplements();
if(count($interfaces)>0){
$my_tree .= ' (implements ';
$needsComma = false;
.
.
.
$my_tree .= ')';
}
}"
Previous Comments:
------------------------------------------------------------------------
[2012-08-31 22:39:05] ashnazg
<div id="changeset">
<span class="removed">-Roadmap Versions: 1.4.5</span>
<span class="added">+Roadmap Versions: 1.5.0a1</span>
</div>
------------------------------------------------------------------------
[2012-08-31 20:40:59] ashnazg
<div id="changeset">
<span class="removed">-Roadmap Versions:</span>
<span class="added">+Roadmap Versions: 1.4.5</span>
</div>
------------------------------------------------------------------------
[2012-06-25 23:49:14] madcoder
Hi Chuck,
Any reason this fix hasn't been released as a new version yet?
I understand you're trying to push for phpdoc2, but please understand
that there are people out here who simply cannot upgrade to PHP 5.3 yet
at this time, and phpdoc2 requires 5.3. Until we are able to perform
compatibility testing with 5.3 of our current code, we are unable to use
phpdoc2. That means people in this situation are unable to take
advantage of it yet, and we are stuck running phpdoc 1. That
compatibility revamp is on our roadmap, but in the meantime, we still
need generated documentation.
There has not been a new release since 1.4.4, and your latest comment is
from 3 months ago, yet still no new version is available :(
------------------------------------------------------------------------
[2012-03-24 18:54:05] doconnor
<div id="changeset">
<span class="removed">-Status: Assigned</span>
<span class="added">+Status: Closed</span>
</div>This bug has been fixed in SVN.
If this was a documentation problem, the fix will appear on pear.php.net
by the end of next Sunday (CET).
If this was a problem with the pear.php.net website, the change should
be live shortly.
Otherwise, the fix will appear in the package's next release.
Thank you for the report and for helping us make PEAR better.
I've just done a simple fix for this in svn. However, I'd strongly
encourage you to take
a look at phpdocumentor2 rather than wait for it to be released :)
------------------------------------------------------------------------
[2012-03-02 16:40:00] alainivars
I have the same error with the 1.4.4 on ubuntu 11.10
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://pear.php.net/bugs/bug.php?id=19197