Home » Tools and Utilities » PhpDocumentor » Bug #2553
bug in ParserElements.inc on line 238
Details
| Submitted | 2004-10-18 05:08 UTC |
|---|---|
| From | lmpmbernardo at users dot sourceforge dot net |
| Status | Duplicate |
| Package | PhpDocumentor |
| PHP Version | 5.0.2 |
| OS | Linux Fedora Core 2 |
| Roadmaps | (Not assigned) |
Comments
[2004-10-18 05:08 UTC] lmpmbernardo at users dot sourceforge dot net
Description:
------------
I have been using phpDocumentor for a while with php-4.3.x without problems. This was my first try with php-5.0.x. I think there is really a bug here. Besides the code is crazy there...:
[xxxx@172 xxxx]# phpdoc -c /opt/eclipse/workspace/benchmarks/docs/benchmarks.ini
Fatal error: Cannot re-assign $this in /usr/local/lib/php/PhpDocumentor/phpDocumentor/ParserElements.inc on line 238
[xxxx@172 xxxx]# php -v
PHP 5.0.2 (cli) (built: Oct 9 2004 17:16:30)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.2, Copyright (c) 1998-2004 Zend Technologies
[xxxx@172 xxxx]# pear list
Installed packages:
===================
Package Version State
Archive_Tar 1.1 stable
Console_Getopt 1.2 stable
PEAR 1.3.2 stable
PhpDocumentor 1.2.3 stable
XML_RPC 1.1.0 stable
[2004-10-19 04:43 UTC] lmpmbernardo at users dot sourceforge dot net
Ok, I see this was fixed in 1.3.0RC3. Thanks.