Newsgroups: php.doc,php.internals,php.pear.core Path: news.php.net Xref: news.php.net php.doc:969379460 php.internals:40839 php.pear.core:7784 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5732 invoked from network); 2 Oct 2008 12:19:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2008 12:19:32 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.157 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.157 fg-out-1718.google.com Received: from [72.14.220.157] ([72.14.220.157:56701] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/10-04921-35CB4E84 for ; Thu, 02 Oct 2008 08:19:32 -0400 Received: by fg-out-1718.google.com with SMTP id 16so765344fgg.23 for ; Thu, 02 Oct 2008 05:19:28 -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=YuYGoEEur++imcU7eB/GIOEIsTJrVb/GBlpLzQ3L3QI=; b=P4+H1YlgbFmAzwzt6iuE9RjsgXW4Nex7ayhIHj43NdUAjYUFJ2u0ANLfnn51QfEMKV 6HKS0UAeGLSdvGEpR8MK1MP8JOsf6EHRGcgz+jpO0XeX0m1U1sln6nC2zZbJxpVPDrDo yjW1R2Ft2aFdUOxOoW+nMktBD9vvT5e4n0DB8= 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=rsVoR3I5X7EdzUqp7I7iBGhcXvU9IasxjkOePnfoHFcQRmusQFAPoi5EwQM1Pwc6IY zu9JRzAHP5A0v24lPp85x3WyAYM8TWON07hXQtCNQsZtbeMAdn9y9GTXz/dDF0t/Sdk2 HyoQt3SjeOWARtrCUQTueX2PgHy8m5ljgB8N8= Received: by 10.187.172.9 with SMTP id z9mr1908658fao.33.1222949368455; Thu, 02 Oct 2008 05:09:28 -0700 (PDT) Received: by 10.187.218.19 with HTTP; Thu, 2 Oct 2008 05:09:28 -0700 (PDT) Message-ID: <2dedb8a0810020509i20f8673bp8ed5942d60637749@mail.gmail.com> Date: Thu, 2 Oct 2008 14:09:28 +0200 To: "Hannes Magnusson" Cc: pear-core@lists.php.net, "Stanislav Malyshev" , "Elizabeth M Smith" , phpdoc@lists.php.net, internals@lists.php.net In-Reply-To: <7f3ed2c30810012359h1062bf3fiadaec1d5a2d43b93@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> <7f3ed2c30810012359h1062bf3fiadaec1d5a2d43b93@mail.gmail.com> Subject: Re: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] [DOC] Commit messages dead? From: kalle.php@gmail.com ("Kalle Sommer Nielsen") 2008/10/2 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? I do not use the installer, I simply just extra php to the folder I want to use it from. When I use: C:\PHP_5_2\>go-pear It asks me to install a system or local wide install, then it comes up with some configuratives where the path to CLI php.exe always is missing. If I press Enter to continue it just shows the same list of paths, if I type all after have configured path 12 (to CLI php.exe), it will end up with this error: 1-12, 'all' or Enter to continue: all Installation base ($prefix) [Inputfejl: Der er ikke noget filtypenavn i "C:\Users\Kalle".] : (Input error: There is no filetype name in "C:\Users\Kalle") I guess its because the installer doesn't support folders with spaces as the directory is called "C:\Users\Kalle Sommer Nielsen\...." So you cannot get further or atleast I can't because my username has spaces. I had to edit the phd.bat manually to make it work, not that it was any major but anyway. > > -Hannes > -- Kalle Sommer Nielsen