Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52820 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41779 invoked from network); 2 Jun 2011 22:02:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2011 22:02:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.212.173 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.212.173 mail-px0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:45956] helo=mail-px0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/50-38878-85808ED4 for ; Thu, 02 Jun 2011 18:02:01 -0400 Received: by pxi16 with SMTP id 16so760942pxi.18 for ; Thu, 02 Jun 2011 15:01:56 -0700 (PDT) Received: by 10.68.14.98 with SMTP id o2mr576868pbc.10.1307052116407; Thu, 02 Jun 2011 15:01:56 -0700 (PDT) Received: from c-24-19-164-241.hsd1.wa.comcast.net (c-24-19-164-241.hsd1.wa.comcast.net [24.19.164.241]) by mx.google.com with ESMTPS id i7sm873243pbj.90.2011.06.02.15.01.55 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Jun 2011 15:01:55 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii In-Reply-To: Date: Thu, 2 Jun 2011 15:01:54 -0700 Cc: Richard Riley Content-Transfer-Encoding: quoted-printable Message-ID: <4F1A26B7-A17F-48E4-AAE0-0C735F89C69F@roshambo.org> References: To: PHP internals X-Mailer: Apple Mail (2.1084) Subject: Re: [PHP-DEV] Local PHP docs with search facility From: philip@roshambo.org (Philip Olson) On Jun 2, 2011, at 2:46 PM, Richard Riley wrote: > Hannes Magnusson writes: >=20 >> On Thu, Jun 2, 2011 at 21:03, Richard Riley = wrote: >>>=20 >>> 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? >>=20 >> https://wiki.php.net/doc/phd/view >>=20 >> Please ask any followup questions on the proper mailinglist, >> phpdoc@lists.php.net for questions about the docs, or >> php-webmaster@lists.php.net for questions about the website. >>=20 >=20 > Yes, please excuse the wrong group. I realised that after posting. But while we're here, pman is another option: $ pear install phpdocs/pman $ pman mysql_connect That'll show the mysql_connect() documentation as a local man page. Regards, Philip