Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88138 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55758 invoked from network); 10 Sep 2015 16:21:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2015 16:21:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:54302] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/F3-24564-DFDA1F55 for ; Thu, 10 Sep 2015 12:21:17 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 4D8136D20C9; Thu, 10 Sep 2015 18:21:14 +0200 (CEST) Received: from w530phpdev (pD9FE8335.dip0.t-ipconnect.de [217.254.131.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 9FDED6D20C9; Thu, 10 Sep 2015 18:21:09 +0200 (CEST) To: "'Joe Watkins'" , "'PHP internals'" References: In-Reply-To: Date: Thu, 10 Sep 2015 18:20:47 +0200 Message-ID: <000001d0ebe4$b71aeb90$2550c2b0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQFgyLfMnZStD9cYIvqlfx1OALQbUp8WNKHQ Content-Language: en-us Subject: RE: [PHP-DEV] PHP7 PECL Extensions From: anatol.php@belski.net ("Anatol Belski") Hi Joe, > -----Original Message----- > From: Joe Watkins [mailto:pthreads@pthreads.org] > Sent: Thursday, September 10, 2015 4:25 PM > To: PHP internals > Subject: [PHP-DEV] PHP7 PECL Extensions >=20 > Afternoon internals, >=20 > Is there any concrete plan for deploying pecl extensions for PHP7 = ? >=20 > 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 ? >=20 Yeah, I've just tried to replace 7.0.0 with 7.0.0RC2 in the package.xml = and it went through. But also need the vc14 deps, I've planned time to = build them in the week after next. Regards Anatol