Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26264 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11389 invoked by uid 1010); 26 Oct 2006 09:13:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11374 invoked from network); 26 Oct 2006 09:13:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Oct 2006 09:13:32 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.172 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.172 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.172] ([66.249.92.172:24899] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/67-64835-B3C70454 for ; Thu, 26 Oct 2006 05:13:32 -0400 Received: by ug-out-1314.google.com with SMTP id 80so283225ugb for ; Thu, 26 Oct 2006 02:13:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YaKsLRZHpXIbTckckDNgs8jA8TD7eyF0U8r9zeOcu/OrBNKAMC8GqAeDcCJcakIZkFfGObNyG24ro9g1Twnm/yV3Qw7SRzot4YH8khGVWmCI+UvKUBLX7+Qi36SaEAcwvTB2AWeNDz+FINaBRlRnbkcHt5IKDC7wh+FqR4iTyXo= Received: by 10.78.97.7 with SMTP id u7mr2499562hub; Thu, 26 Oct 2006 02:13:28 -0700 (PDT) Received: by 10.78.137.6 with HTTP; Thu, 26 Oct 2006 02:13:28 -0700 (PDT) Message-ID: Date: Thu, 26 Oct 2006 11:13:28 +0200 To: "Andi Gutmans" Cc: "Wez Furlong" , php-dev In-Reply-To: <021b01c6f8b5$60ee0b20$a610a8c0@zend.2k> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4e89b4260610251808q6fbfa18dmb9ed7e92aa16927e@mail.gmail.com> <021b01c6f8b5$60ee0b20$a610a8c0@zend.2k> Subject: Re: [PHP-DEV] ext/openssl copied to pecl/openssl From: pierre.php@gmail.com (Pierre) Hello, On 10/26/06, Andi Gutmans wrote: > Why not just use a branch? Are you expecting this to come back to the > mainstream PHP distro? Yes, once our work is good enough for php-src, we will put (some) code in php-src/ext/src. But we will play a lot with the api/implementation before :) You can see it like ext/zip, it is flexible for the developers (complete freedom of commits in pecl) but is painless for the QA team (they don't have to care about other branches than the PHP ones). It is more work for us (W/P) but the benefits compensate the additional work. Regards, --Pierre