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, regards r.