Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86451 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23337 invoked from network); 29 May 2015 15:16:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2015 15:16:39 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; 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:52910] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/E0-17619-4D288655 for ; Fri, 29 May 2015 11:16:37 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id A594C6D209A; Fri, 29 May 2015 17:16:33 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: from w520phpdev (p579F37DE.dip0.t-ipconnect.de [87.159.55.222]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 921CA6D2044; Fri, 29 May 2015 17:16:31 +0200 (CEST) To: "'Pierre Joye'" , "'Jan Ehrhardt'" Cc: "'PHP internals'" References: <064a01d09885$af869710$0e93c530$@belski.net> <06a801d09940$2fbff3d0$8f3fdb70$@belski.net> <4fuema94n8iker3ft05vj5s959stbu9amb@4ax.com> <991fmatvgdh5habhojfsge0qcq4sv7mdsn@4ax.com> In-Reply-To: Date: Fri, 29 May 2015 17:16:21 +0200 Message-ID: <003701d09a22$6dee3e40$49cabac0$@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: AQGR5g26TnPAofaeOXT2Ikn1hTO0FAJdJ6JdASXpTSICID63RAECyJvVAeTIQCICUxgBWQKgZTwTA4DtwfUB2Kp1mwGu4uMxnWxA6/A= Content-Language: en-us Subject: RE: [PHP-DEV] Re: PHP 7.0.0 roadmap From: anatol.php@belski.net ("Anatol Belski") Hi Pierre, > -----Original Message----- > From: Pierre Joye [mailto:pierre.php@gmail.com] > Sent: Friday, May 29, 2015 3:09 PM > To: Jan Ehrhardt > Cc: PHP internals > Subject: Re: [PHP-DEV] Re: PHP 7.0.0 roadmap >=20 > On May 29, 2015 6:19 PM, "Jan Ehrhardt" wrote: > > > > Pierre Joye in php.internals (Fri, 29 May 2015 17:27:15 +0700): > > >On May 29, 2015 4:32 PM, "Jan Ehrhardt" wrote: > > >> See https://bugs.php.net/bug.php?id=3D69729 > > >> > > >> I had to recompile mcrypt, iconv, xml2, ssleay32, libeay32, ssh2, > > >> curl, xpm, zlib, jpeg, png, vpx, libbz2, netsnmp for VC14 to get > > >> some extensions working. But for instance php_gmp.dll still fails > > >> on mpir_a.lib. > > > > > >As Anatol said it i s a work in progress. All the sources (patched = or > just > > >for the reference when not) are available.on github. > > > > > >We also contact or send PR upstream when necessary. I would = strongly > > >suggest to work on the same base instead of duplicating the efforts > > >or > one > > >of us trying to reproduce someone else build. Using the same base, = we > > >drastically reduce this kind of issues. > > > > Just tell me how I can use the same base. I am using github/winlibs = as > > much as possible, but as long as there are no publically avalaible > > deps for VC14 that is all I have. > > > > Please start publishing the deps for VC14 at > > http://windows.php.net/downloads/php-sdk/ >=20 > They are public. I remember Anatol posting a link to the builds. I did = not check if > the repos are actually updated but they should asap if not. > Anatol? Can you confirm or push the changes? >=20 Yeah, I was pushing the changes. Jan's issue was using vc11 binaries. I haven't push some like ICU as it's requires too many tricks. Gonna go = through and check what I've missed. Jan, if you see some issue, please = open a ticket and assign to me. But ATM the existing vc14 bins should be = enough. Regards Anatol