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. > I realise its probably very simple but digging around I am going in > circles with pear/phar/phd/ etc. Can someone point out what I need to > read/ do to proceed please. > > regards > #r.# > > -- Regards, Shein Alexey