Alexey Shein <con...@gmail.com> writes: > 2011/6/3 Richard Riley <rile...@googlemail.com>: >> Alexey Shein <con...@gmail.com> writes: >> >>> 2011/6/3 Richard Riley <rile...@googlemail.com>: >>>> >>>> I am trying to set up a local php web for doc lookup. I followed the >>>> instructions here >>>> >>>> https://wiki.php.net/doc/phd >>>> >>>> but this line >>>> >>>> phd -d doc-base/.manual.xml -o output_dir -f php -P PHP >>>> >>>> falls over with >>>> >>>> [08:28:02 - E_USER_ERROR ] >>>> /usr/share/php/phpdotnet/phd/Options/Handler.php:165 >>>> Invalid Package (Tried: 'PHP' Supported: 'Generic') >>>> >>> >>> It seems that you installed only Generic phd package and not PHP one >>> (i.e. that used for rendering php docs). >>> This link can help https://doc.php.net/phd/docs/ (see PEAR install) >>> You can also try pear option --alldeps if dependencies still not >>> fetched automatically. >> >> Ah yes. Thanks. Another case of too many cooks spoiling the broth. The >> other instructions I followed didn't mention this >> >> pear install doc.php.net/phd_php >> >> Many thanks for your prompt help, >> > > You're welcome. You also may want to setup your local "mirror", see > https://wiki.php.net/doc/phd/view for instructions, and this will give > you some "fuzzy" searching like on php.net, but it kinda slow (2-3 > sec) on my box, but YMMV.
Yeah, I'm doing that now but its still not finding the docs (I put the symbolic link in my web mirror back to my phpdocs/manual/en too). There's a lot of conflicting and incomplete info out there in php doc land but I'll find my through ;)