Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88135 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48260 invoked from network); 10 Sep 2015 15:32:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2015 15:32:37 -0000 Authentication-Results: pb1.pair.com header.from=sean@siobud.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=sean@siobud.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain siobud.com designates 104.236.58.159 as permitted sender) X-PHP-List-Original-Sender: sean@siobud.com X-Host-Fingerprint: 104.236.58.159 siobud.com Received: from [104.236.58.159] ([104.236.58.159:23335] helo=siobud.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/A2-24564-492A1F55 for ; Thu, 10 Sep 2015 11:32:36 -0400 Received: from 3006.local (c-73-8-76-141.hsd1.il.comcast.net [73.8.76.141]) by siobud.com (Postfix) with ESMTPSA id 86FB3D7CED; Thu, 10 Sep 2015 15:32:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=siobud.com; s=mail; t=1441899153; bh=EKkjXqL+t7fDYpBsm3i1dHqKy2YNlSV4t68YrHR6YKQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Sb8v1ML/K3gGQ+e7XC5fNVZ7X/uXWf5iCfFS5Hm7DF0Y3kUDURGh+fYeoFCtSr43l DWQg/TKHWw+U0vQX0ZPpsouKEtdXM4JDhctZKhHsWrXBTl8L3iXNCokACvvF/khlLT xph/xw2YQiLKPwhdyb0n+wJVmo+DQFkKAISFbdJw= Date: Thu, 10 Sep 2015 10:32:31 -0500 To: Joe Watkins Cc: PHP internals Message-ID: <20150910153231.GA34622@3006.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PHP-DEV] PHP7 PECL Extensions From: sean@siobud.com (Sean DuBois) 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