Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88143 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64993 invoked from network); 10 Sep 2015 17:14:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2015 17:14:21 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass 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 209.85.214.181 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.214.181 mail-ob0-f181.google.com Received: from [209.85.214.181] ([209.85.214.181:33004] helo=mail-ob0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/C5-24564-B6AB1F55 for ; Thu, 10 Sep 2015 13:14:20 -0400 Received: by obbbh8 with SMTP id bh8so40187783obb.0 for ; Thu, 10 Sep 2015 10:14:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uyprQ3hkYVexSay+Euy1LlvEE7uMmLxIjkhRJ6WKHkw=; b=hckpZPdXn831Jn5GM1No2UcV9zSOMFC3ZOs24sV+/t6q7m3O2Tz12yt5D//RsD1sm3 IqQCZoUshe1j6CM/ZWcWueqT60yOphuZpEWHSuKfQQqtHvcf1nZRsJbFkWBW+fIx0Hsi EGAJrWzXXgHcE5FDhz9IOkhrZ4wh+5QyWUfNM3LlX12NJ2XnTTMuz8XqFtpU9S7qvagb K7iCmotuO3GT4VlNJ+B7jMqv1CPkTJ3TmTAasfAgfAxaaw9DG7Lf1gYizMSz7Lp1Vqpp kDH00TetX4Tp2yI19DphhoK5HuAjxIgxBwbEveIVZxFJI/hf+PLrWMSZasWZn6pTguyz P5Hg== MIME-Version: 1.0 X-Received: by 10.60.178.99 with SMTP id cx3mr34941845oec.50.1441905256664; Thu, 10 Sep 2015 10:14:16 -0700 (PDT) Received: by 10.202.62.197 with HTTP; Thu, 10 Sep 2015 10:14:15 -0700 (PDT) Received: by 10.202.62.197 with HTTP; Thu, 10 Sep 2015 10:14:15 -0700 (PDT) In-Reply-To: <20150910153231.GA34622@3006.local> References: <20150910153231.GA34622@3006.local> Date: Fri, 11 Sep 2015 00:14:15 +0700 Message-ID: To: Sean DuBois Cc: Joe Watkins , PHP internals Content-Type: multipart/alternative; boundary=089e011843e89f9536051f67babb Subject: Re: [PHP-DEV] PHP7 PECL Extensions From: pierre.php@gmail.com (Pierre Joye) --089e011843e89f9536051f67babb Content-Type: text/plain; charset=UTF-8 On Sep 10, 2015 10:32 PM, "Sean DuBois" wrote: > > On Thu, Sep 10, 2015 at 03:25:16PM +0100, Joe Watkins wrote: > > Afternoon internals, > > > > Is there any concrete plan for deploying pecl extensions for PHP7 ? > > > > Anatol (or anyone), is there any way to get windows ext's built against > > RC's while we're waiting for PECL/pickle/apples/whatever to be sorted ? > > > > Cheers > > Joe > > Quite a few extensions are being developed via branches now. It sounds > like this will be ok if pickle is being used, but should I be worried > about causing people headaches before that is ready? Branches are releases nightmares if they are all have the same versions, like all are 1.4.x but only one branch supports 7. I have asked that some time ago already and pointed out that we should really support semver and one branch per extension version, not per supported php version. > I really don't want to have a bunch of preprocessor use in the > extensions I am working on. It makes them harder to maintain, and a lot > harder for new contributors. It is not necessary required, you an email multiple files. Single branche also helps to ensure APIs compatibility across php versions (same codename being maintained). > thanks > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --089e011843e89f9536051f67babb--