-
chuck: php 4 will never be capable of parsing PHP 5 code because the tokenizer extension does not recognize PHP 5 tokens. To prove, try this code:
var_dump(token_get_all(''));
in both php 4 and php 5.
You'll get a T_STRING in php 4 and a T_INTERFACE in php 5.
It's great that you fixed the error message, but don't try to fix something that can't be fixed (and...
2007-01-16 18:40:57 UTC in PhpDocumentor
-
php 4 cannot be used to parse PHP 5 code. The docs say this
bogus bogus bogus.
2007-01-16 16:28:16 UTC in PhpDocumentor
-
already exists.
2006-12-28 16:31:03 UTC in PhpDocumentor
-
confirmed - want a crack at it Chuck? This one is a hard one, I'll stop assigning now until you are ready for another :)
2006-12-21 21:13:39 UTC in PhpDocumentor
-
the workaround is actually a related problem - it means phpDocumentor could do some unexpected behavior, perhaps prompting a user to access or overwrite files they don't intend to overwrite, especially if phpdoc is run as root.
Chuck, could you start with making -tb work? I'll open a separate bug (at pear) for the path issue.
2006-12-21 21:12:36 UTC in PhpDocumentor
-
thanks this is a definite bug, and we fixed it with a later report, so I'm marking this as a dupe.
2006-12-21 21:09:51 UTC in PhpDocumentor
-
I think he's talking about the list of packages, not of tutorials. I don't see this behavior, for example
http://manual.phpdoc.org/HTMLSmartyConverter/PHP/li_XML_Beautifier.html
http://manual.phpdoc.org/HTMLSmartyConverter/PHP/li_phpDocumentor.html
phpDocumentor, being the default package, is always listed first, and the others are listed in alpha order.
Not a bug.
2006-12-21 21:09:08 UTC in PhpDocumentor
-
patch looks good, go for it chuck.
2006-12-21 21:05:10 UTC in PhpDocumentor
-
yep.
2006-12-21 21:03:39 UTC in PhpDocumentor
-
yes, looks good.
2006-12-21 21:03:29 UTC in PhpDocumentor