Home > Archive > PHP PEAR Questions and Answers > July 2007 > Prep for PhpDocumentor 1.4.0
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Prep for PhpDocumentor 1.4.0
|
|
| Chuck Burgess 2007-07-18, 7:01 pm |
| Hello,
I'm about ready to release the next feature release for PhpDocumentor,
v1.4.0 stable, and was wondering if anyone on here had tried using any of
the two alpha and/or two release candidates over the last couple of months?
I haven't fielded very many new bugs on them, so I thought I'd see if there
were any "looks good to me" experiences on here that I just haven't heard
yet.
Please let me know if you'd have any good/bad experiences with the
1.4.0candidates thus far. If all looks good, I hope to get
1.4.0 stable out later this w .
--
CRB
Let me introduce you to my very own DMCA-protected encryption key:
BC 1B 64 4A 8D DE 49 E8 C3 7D CC EE 1A AD EE F5
(compliments of Freedom-to-Tinker http://www.freedom-to-tinker.com/?p=1155)
| |
| Sebastian Mendel 2007-07-19, 4:01 am |
| Chuck Burgess schrieb:
> Hello,
>
> I'm about ready to release the next feature release for PhpDocumentor,
> v1.4.0 stable, and was wondering if anyone on here had tried using any of
> the two alpha and/or two release candidates over the last couple of months?
> I haven't fielded very many new bugs on them, so I thought I'd see if there
> were any "looks good to me" experiences on here that I just haven't heard
> yet.
>
> Please let me know if you'd have any good/bad experiences with the
> 1.4.0candidates thus far. If all looks good, I hope to get
> 1.4.0 stable out later this w .
just a question in general,
why does it list all files and tells me they are ignored if i say
ignore = /www/path/documentation/*
File /www/path/documentation/file Ignored
File /www/path/documentation/path/file Ignored
....
File /www/path/documentation/path123/File10285 Ignored
....
isn't it a waste of time to iterate into this directory if i told them to
ignore it?
even if it really is required to iterate through this directory, than just
display only this that are, why ever, not ignored
File /www/path/documentation/* Ignored
File /www/path/documentation/whyever/file Not Ignored
--
Sebastian Mendel
www.sebastianmendel.de
|
|
|
|
|