Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 740 invoked from network); 29 May 2015 11:19:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2015 11:19:50 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:2444] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/63-08542-55B48655 for ; Fri, 29 May 2015 07:19:49 -0400 To: internals@lists.php.net Date: Fri, 29 May 2015 13:19:46 +0200 Message-ID: References: <064a01d09885$af869710$0e93c530$@belski.net> <06a801d09940$2fbff3d0$8f3fdb70$@belski.net> <4fuema94n8iker3ft05vj5s959stbu9amb@4ax.com> <991fmatvgdh5habhojfsge0qcq4sv7mdsn@4ax.com> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 85.223.116.227 Subject: Re: [PHP-DEV] Re: PHP 7.0.0 roadmap From: phpdev@ehrhardt.nl (Jan Ehrhardt) 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=69729 >> >> 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/ Jan