Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52852 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86530 invoked from network); 3 Jun 2011 10:04:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2011 10:04:24 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:46038] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/12-08509-5A1B8ED4 for ; Fri, 03 Jun 2011 06:04:23 -0400 Received: by wwd20 with SMTP id 20so1425208wwd.11 for ; Fri, 03 Jun 2011 03:04:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=ZynA2tD1jW43pTArKhBBFtP4xmFiXYoQyZRV+ErwmVI=; b=JkyJKcAZkH1R6Ln17iWGP5Yo9sYMYNBKzpLFGzjKtEgadBTY/ac+9SlN8/tMyeLQYh siP9AxkPG3A/DZcFMJ8eHPfWznXsw5GQirj3iGCcwdIDQtBWM4s3QdSx6QpMnUZyydfE MXhNnxCt1rf5fCXLenDqazBKiPgWx2t9y/uOk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=i+l6mriZx64RiI3xQ34QgVXZK5wsp2mNd/Vj2vG150l+BFDXg729l8xwTUV3Of2/vp oblEcrm+6lcyfEmTfVIEjvmNzMBmOVH/bD1TOeh9A2SIWebzB26IjuHP4zcVFzBcCTfP jaNfLvpd36cMjrZr4WWbyvB4B2AdkiK30AKBE= MIME-Version: 1.0 Received: by 10.216.141.1 with SMTP id f1mr1706170wej.35.1307095457901; Fri, 03 Jun 2011 03:04:17 -0700 (PDT) Received: by 10.216.50.212 with HTTP; Fri, 3 Jun 2011 03:04:17 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Jun 2011 12:04:17 +0200 Message-ID: To: PHP Development Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Local PHP docs with search facility From: hannes.magnusson@gmail.com (Hannes Magnusson) 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