Newsgroups: php.doc,php.internals,php.pear.core Path: news.php.net Xref: news.php.net php.doc:969379452 php.internals:40836 php.pear.core:7783 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54991 invoked from network); 2 Oct 2008 06:59:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2008 06:59:15 -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 72.14.220.155 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: 72.14.220.155 fg-out-1718.google.com Received: from [72.14.220.155] ([72.14.220.155:65057] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/22-39275-14174E84 for ; Thu, 02 Oct 2008 02:59:14 -0400 Received: by fg-out-1718.google.com with SMTP id 16so677149fgg.23 for ; Wed, 01 Oct 2008 23:59:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=qJSH2z9HlBlivu6NJB1CjJsmx+1YELrfKVtD0kUlyD4=; b=j7yyeFo651ecPUuGgg23Cj0aDsuM5TDiA7ewWbO+68CMHO+LTcApprvNY6px+h+VQ1 WUM0V+d1FgB6Wy1QgPQfrXpkFGPXKjGIPZptDeT6ll3t/WnYqm+LhMkbC0H+WcfD3vi/ YbpBLNol+Zn6TJZlgCUQTrLHmYQmBveFN6Mh4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=AHEQ8MuRYXoLQYnyD4z5CYQzFu8IVTIvM9ZTHCOsC0GBmF7+URQCV2nQTRyVwKw7Va WoJqbwPhf2fCJS0k0nXSvyukNfY00Ao21SO3L5TdPyjqDWyW63snZUi888MnnFjUVqeE aJaXG5drqXV6qvVQ9qh28riVg678PCZjW+5/I= Received: by 10.103.11.5 with SMTP id o5mr6546580mui.85.1222930750140; Wed, 01 Oct 2008 23:59:10 -0700 (PDT) Received: by 10.103.179.15 with HTTP; Wed, 1 Oct 2008 23:59:10 -0700 (PDT) Message-ID: <7f3ed2c30810012359h1062bf3fiadaec1d5a2d43b93@mail.gmail.com> Date: Thu, 2 Oct 2008 08:59:10 +0200 To: "Kalle Sommer Nielsen" , pear-core@lists.php.net Cc: "Stanislav Malyshev" , "Elizabeth M Smith" , phpdoc@lists.php.net, internals@lists.php.net In-Reply-To: <2dedb8a0810011857v63ade4e2wb43994e43aa2147b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7f3ed2c30810010639q445b94b3m637ed929215d1cc6@mail.gmail.com> <49.5C.04812.F70B3E84@pb1.pair.com> <48E3BB65.9040405@zend.com> <7f3ed2c30810011206o69bf2b25h2ec38df8ffe5e47f@mail.gmail.com> <2dedb8a0810011857v63ade4e2wb43994e43aa2147b@mail.gmail.com> Subject: Re: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] [DOC] Commit messages dead? From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Thu, Oct 2, 2008 at 03:57, Kalle Sommer Nielsen wrote: > Hi Hannes > > 2008/10/1 Hannes Magnusson : >> 1) cvs -d:pserver:cvsread@cvs.php.net/repository co phpdoc >> 1b) cd phpdoc >> 2) php configure.php >> 3) pear channel-discover doc.php.net && pear install doc.php.net/phd-beta > > Actually this isn't always as easy on Windows, mainly because the > go-pear seems to not like Windows at all, I still havn't been able to > install pear with go-pear. Why not? Getting any errors? I thought it was installed by default by the installer? -Hannes