Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5826 invoked from network); 8 Jul 2009 02:03:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jul 2009 02:03:29 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.216.175 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.216.175 mail-px0-f175.google.com Received: from [209.85.216.175] ([209.85.216.175:33486] helo=mail-px0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/91-32367-07EF35A4 for ; Tue, 07 Jul 2009 22:03:29 -0400 Received: by pxi5 with SMTP id 5so1017584pxi.29 for ; Tue, 07 Jul 2009 19:03:26 -0700 (PDT) Received: by 10.143.6.1 with SMTP id j1mr2136668wfi.66.1247018606125; Tue, 07 Jul 2009 19:03:26 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id 22sm5771018wfi.12.2009.07.07.19.03.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 07 Jul 2009 19:03:25 -0700 (PDT) Message-ID: <4A53FE6A.9040201@chiaraquartet.net> Date: Tue, 07 Jul 2009 21:03:22 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Pierre Joye CC: PECL Announce , PHP Developers Mailing List References: <4A53D487.9020104@chiaraquartet.net> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PECL-DEV] RFC readying for Pyrus 2.0.0a1 release: changes for pecl developers/consumers From: greg@chiaraquartet.net (Greg Beaver) Pierre Joye wrote: > On Wed, Jul 8, 2009 at 1:04 AM, Greg Beaver wrote: > > >> P.S. pecl for windows support is not in pyrus yet, since pecl4win is >> completely defunct and there's no alternative. >> > > You mean no support in general for binary package right? > The support has not been coded or ported over from the PEAR Installer, that's correct. It's just a question of getting a server set up somewhere with all the pecl extension releases built for different php versions, and then it's a piece of cake for Pyrus to download the right extension, but until that happens, there isn't much point in writing code that guesses how it will happen. Greg