Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52821 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44910 invoked from network); 2 Jun 2011 22:12:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2011 22:12:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=quickshiftin@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=quickshiftin@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: quickshiftin@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:62203] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/E0-38878-6CA08ED4 for ; Thu, 02 Jun 2011 18:12:23 -0400 Received: by vwl1 with SMTP id 1so1134076vwl.29 for ; Thu, 02 Jun 2011 15:12:20 -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:cc:content-type; bh=fjPGDDWmPnA9Xew4aXwtVURGVvZXgwG9S/okBArNp5k=; b=cIm72hnGIAOCFWmS/1qBE4Z13ef+96Fb6XNV4pV96PP19kjqwMIfsNeePLtW5jqM2f tQuChdEC4VQMBqn8T5Z2RP6uGhLdyiYL9vnxS1vZvpJSM1gHYw+M+rFosqU8Wq61Hxnu PVPlnFWjoT5pll4d/QaGy5darGkLA8w2v2K5o= 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 :cc:content-type; b=GFnhh/3ipiCKNniqUVWz+M4/7dTmlqFwKkdSBFW209UFVAKDYCtKc9Msl6Ff5ygWnK ADdNwknqsFKCXdROqsNWtkHl3Hr8VBLhlXrocitgDZ3jJ30OrEhTHE2wFEZzsQYcBlsw iRbmVJKIFM3m7BJrYMtMhxTVj79Hto9Ji8IaM= MIME-Version: 1.0 Received: by 10.52.175.137 with SMTP id ca9mr1027575vdc.194.1307052738955; Thu, 02 Jun 2011 15:12:18 -0700 (PDT) Received: by 10.52.188.69 with HTTP; Thu, 2 Jun 2011 15:12:18 -0700 (PDT) In-Reply-To: <4F1A26B7-A17F-48E4-AAE0-0C735F89C69F@roshambo.org> References: <4F1A26B7-A17F-48E4-AAE0-0C735F89C69F@roshambo.org> Date: Thu, 2 Jun 2011 16:12:18 -0600 Message-ID: To: Philip Olson Cc: PHP internals , Richard Riley Content-Type: multipart/alternative; boundary=bcaec50fe0cd35484404a4c1ee92 Subject: Re: [PHP-DEV] Local PHP docs with search facility From: quickshiftin@gmail.com (Nathan Nobbe) --bcaec50fe0cd35484404a4c1ee92 Content-Type: text/plain; charset=UTF-8 On Thu, Jun 2, 2011 at 4:01 PM, Philip Olson wrote: > > On Jun 2, 2011, at 2:46 PM, 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 > >> > >> 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. > >> > > > > 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. > not to shabby ;) and to Richard's question about search the -K option may be just the ticket. -nathan --bcaec50fe0cd35484404a4c1ee92--