Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88136 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50161 invoked from network); 10 Sep 2015 15:37:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2015 15:37:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.160.173 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.160.173 mail-yk0-f173.google.com Received: from [209.85.160.173] ([209.85.160.173:32879] helo=mail-yk0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/13-24564-EA3A1F55 for ; Thu, 10 Sep 2015 11:37:21 -0400 Received: by ykei199 with SMTP id i199so61693040yke.0 for ; Thu, 10 Sep 2015 08:37:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=s2PBXP6PCGzuTOgwkFzF4aqbfo/IqXcEhVBqBTHQ1Ms=; b=lMOpH/v9EfMI2Zd056+xyvOAUgoH6O6USNYb5zsrGyFwg8lKpnf/Irs/vvrbg47Wnn HI2SglJPDCB4dTOEnhakdUe8ETMDwG4N8rIDtgKwSoFVBtU+YNC6rCyYbZRSSAp87BqZ O/BKmHgEr1sWgI20Boqz2XKcC2eE3PX98yWrrB6a2Sa/sr6mFKI3EOoHGaKjRggSqlnT c0aAjDSWsb5qWq/6FxGeDW51DaWaWUTU1YUXMCdPyyEDCreQuY5gfLvcuPOZnssl9zAV o7tU9+ZumeqUhAJpCS3A5EMcOLLhQ4qc2YhAdTt0JjbkbGxSbQTY6Lj9DQflVqB66SCR gw5A== X-Gm-Message-State: ALoCoQmjfSdDXtQMgtF59sRrEh+F2KhM9DmKUBOrPB89bDE0rwEk6KmwH08yztG6PTJm6Q6J/dEx MIME-Version: 1.0 X-Received: by 10.13.202.70 with SMTP id m67mr25329495ywd.45.1441899436129; Thu, 10 Sep 2015 08:37:16 -0700 (PDT) Received: by 10.129.111.197 with HTTP; Thu, 10 Sep 2015 08:37:16 -0700 (PDT) X-Originating-IP: [217.39.65.241] In-Reply-To: <20150910153231.GA34622@3006.local> References: <20150910153231.GA34622@3006.local> Date: Thu, 10 Sep 2015 16:37:16 +0100 Message-ID: To: Sean DuBois Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11481cdeb1729e051f665fd6 Subject: Re: [PHP-DEV] PHP7 PECL Extensions From: pthreads@pthreads.org (Joe Watkins) --001a11481cdeb1729e051f665fd6 Content-Type: text/plain; charset=UTF-8 Ah, I didn't think of using PHP5 to run pecl package ... that works ... Cheers ... On Thu, Sep 10, 2015 at 4: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? > > 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. > > thanks > --001a11481cdeb1729e051f665fd6--