| Justin Patrin 2006-06-19, 7:07 pm |
| On 6/19/06, Thomas Anderson <zelnaga@gmail.com> wrote:
> I've posted this to this mailing list and to the phpdoc forum at
> sourceforge.net and have yet to recieve a reply, so I'll try doing it again.
>
> I'm trying to use phpDocumentor and am having some difficulty.
>
> I first download PHP 5.1.4 and type go-pear from the directory it's been
> placed in. I hit enter four times and then run the resultant PEAR_ENV.reg.
>
> I close the command window and reopen it. In this new command window, I
> type "pear remote-list".
>
> After a long delay, I get a list.
>
> I then type "pear install phpDocumentor". It works.
>
> I then type "phpdoc -h" and I get the following output:
>
> Warning: include(PhpDocumentor/phpDocumentor/phpdoc.inc): failed to open
> stream: No such file or directory in C:\games\dev\pear\php3\phpdoc on line
> 37
>
> Warning: include(): Failed opening 'PhpDocumentor/phpDocumentor/phpdoc.inc'
> for inclusion (include_path='.;C:\php5\pear') in
> C:\games\dev\pear\php3\phpdoc on line 37
>
> Any ideas as to what the problem is??? I could try modifying the source
> code, but I (1) don't believe I should have to, (2) believe that would just
> be cheap workaround to a more fundamental problem, and (2) if this were
> necessary, it should be mentioned in the documentation for phpDoc, which it
> isn't.
You need to set up your include_path to include your PEAR installation
directory.
>
> Here are my original two posts, if anyone is currious:
> http://news.php.net/php.pear.general/24349
> http://sourceforge.net/forum/forum....&forum_id=35065
>
> I've also tried posting here, to no avail:
> http://www.pear-forum.org/topic64.html
>
>
--
Justin Patrin
|