Hi,
did you run phpdoc on a system without mysqli?
normally all PHP built in functions should be linked, as i know phpdoc automatically fetches PHP built in functions (in latest releases) - but on your generated doc mysqli-functions/constants are not linked
just a minor issue, of course
Hi
On Wed, 20 Sep 2006 10:33:50 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
did you run phpdoc on a system without mysqli?
Yes, it is still not it Debian...
Michal Čihař schrieb:
Hi
On Wed, 20 Sep 2006 10:33:50 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
did you run phpdoc on a system without mysqli?
Yes, it is still not it Debian...
And files in root are excluded? Any reason?
On Fri, 22 Sep 2006 15:56:45 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
Michal Čihař schrieb:
Hi
On Wed, 20 Sep 2006 10:33:50 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
did you run phpdoc on a system without mysqli?
Yes, it is still not it Debian...
And files in root are excluded? Any reason?
It then seems to hit hardcoded php memory limit (256 MiB or something like that). I didn't investigate that further.
Michal Čihař schrieb:
On Fri, 22 Sep 2006 15:56:45 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
Michal Čihař schrieb:
Hi
On Wed, 20 Sep 2006 10:33:50 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
did you run phpdoc on a system without mysqli?
Yes, it is still not it Debian...
And files in root are excluded? Any reason?
It then seems to hit hardcoded php memory limit (256 MiB or something like that). I didn't investigate that further.
even with /lang/ excluded?
On Fri, 22 Sep 2006 16:04:53 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
even with /lang/ excluded?
I didn't manage to costruct parameters which would index everything except lang. If you can find them, please share :-).
Michal Čihař schrieb:
On Fri, 22 Sep 2006 16:04:53 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
even with /lang/ excluded?
I didn't manage to costruct parameters which would index everything except lang. If you can find them, please share :-).
phpdoc -i lang/
???
or did i missed something?
-i, --ignore
Use the -i option to exclude files and directories from parsing. The -i option recognizes the * and ? wildcards, like -f does. In addition, it is possible to ignore a subdirectory of any directory using "dirname/"
*phpdoc -i tests/ will ignore /path/to/here/tests/* and /path/tests/* *phpdoc -i *.inc will ignore all .inc files *phpdoc -i *path/to/* will ignore /path/path/to/my/* as well as /path/to/* *phpdoc -i *test* will ignore /path/tests/* and /path/here/my_test.php
On Fri, 22 Sep 2006 17:59:31 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
phpdoc -i lang/
Now it works, I probably entered something wrongly... BTW: mysqli is now also installed, so it should be properly linked.