Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52853 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93476 invoked from network); 3 Jun 2011 10:40:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2011 10:40:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rileyrg@googlemail.com; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.12 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.12 lo.gmane.org Linux 2.6 Received: from [80.91.229.12] ([80.91.229.12:41123] helo=lo.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/43-08509-D1AB8ED4 for ; Fri, 03 Jun 2011 06:40:32 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QSRnj-0004j4-Rl for internals@lists.php.net; Fri, 03 Jun 2011 12:40:23 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jun 2011 12:40:23 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jun 2011 12:40:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: internals@lists.php.net Reply-To: internals@lists.php.net To: internals@lists.php.net Date: Fri, 03 Jun 2011 12:39:27 +0200 Organization: aich tea tea pea dicky riley dot net Lines: 56 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain X-Gmane-NNTP-Posting-Host: 85.183.18.158 Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:VervFqwKXfzwa4KlAzmdarZp9Jk= Subject: Re: [PHP-DEV] Local PHP docs with search facility From: rileyrg@googlemail.com (Richard Riley) Hannes Magnusson writes: > On Fri, Jun 3, 2011 at 06:41, Richard Riley wrote: >> Hannes Magnusson writes: >> >>> On Thu, Jun 2, 2011 at 21:03, Richard Riley wrote: >>>> >>>> Could some kind soul advise me on how to install php docs localy and >>>> have the excellent patterns search work based on an sqllite database? >>> >>> https://wiki.php.net/doc/phd/view >>> >> >> Just as a side note on this informative thread (and to anyone else that >> comes across it in google), the instructions there dont actually install >> any of the manual so no look ups / function searches work at all. I'll >> look into it in more detail later. I'll head over to > > Sure it will. You just need to read the page, which has a very clear > requirement. > > If you can't follow it then http://php.net/mirroring could be a > simpler approach for you. > > -Hannes I'm not sure it will at all, since they dont show you how to install the phd_php part or inform you that you need to. For a beginner thats a hurdle enough. You are probably too familiar with it to notice this. Result: ,---- | phd -d doc-base/.manual.xml -o output_dir -f php -P PHP `---- falls over. Fortunately that was correctly documented elsewhere and was pointed out to me in the php.docs list you recommended. https://doc.php.net/phd/docs/ : installation via pear. Also, I *think*, the instructions there are in addition to mirroring since the mirroring line doesnt include the manual subdir : so both sets are required and you symbolically link to your phpdoc configuration (or so it seems from the instructions). IMO, and with the benefit of being totally new to this and trying to use the docs, It's not clear from the pages if this phpdoc config is in addition to or superceded by the mirroring rsync line. cheers r.