Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86442 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95174 invoked from network); 29 May 2015 10:27:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2015 10:27:21 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.54 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.54 mail-qg0-f54.google.com Received: from [209.85.192.54] ([209.85.192.54:34908] helo=mail-qg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/92-08542-70F38655 for ; Fri, 29 May 2015 06:27:19 -0400 Received: by qgg60 with SMTP id 60so27029621qgg.2 for ; Fri, 29 May 2015 03:27:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GCsK0MF5EjUY4Xb+d6GMBnSLHIx2DbMpY/FjfKOLK4Q=; b=Lb5fmNSAOu4EBXgdhmMtdv0rpYZG8C8VskIdyA9D1x3ZonBEzkwz1zRrfXtkietuph I0r+qxG+ZWass6UVddC7zVNFgdkivy2Au5+qBEObvNAEkuBpzL1NaVU7/krWtYdYRcWh 9bcvOK2bGT/g4Wc3n6PN1V2LzRWPBHD/cKLaW1YOddVoWW7tP4F/fzQVWkre2z39D2if 2Yu+WE1zASi3hjUKVig5OmQVn8BOzHFGiLjncIZHi/NQWc6C4eYz/ZtHSNtcM1on7GMs +AuQxn9XkV3SzxJJR+Cad3sl5VOZMAP5KI1bmqr/7t0BYmBnwg8+P1iABxlcPgHESZXB +WCw== MIME-Version: 1.0 X-Received: by 10.140.46.75 with SMTP id j69mr8484314qga.17.1432895236800; Fri, 29 May 2015 03:27:16 -0700 (PDT) Received: by 10.96.27.130 with HTTP; Fri, 29 May 2015 03:27:15 -0700 (PDT) Received: by 10.96.27.130 with HTTP; Fri, 29 May 2015 03:27:15 -0700 (PDT) In-Reply-To: References: <064a01d09885$af869710$0e93c530$@belski.net> <06a801d09940$2fbff3d0$8f3fdb70$@belski.net> <4fuema94n8iker3ft05vj5s959stbu9amb@4ax.com> <991fmatvgdh5habhojfsge0qcq4sv7mdsn@4ax.com> Date: Fri, 29 May 2015 17:27:15 +0700 Message-ID: To: Jan Ehrhardt Cc: PHP internals Content-Type: multipart/alternative; boundary=001a113a6804970888051735eb57 Subject: Re: [PHP-DEV] Re: PHP 7.0.0 roadmap From: pierre.php@gmail.com (Pierre Joye) --001a113a6804970888051735eb57 Content-Type: text/plain; charset=UTF-8 On May 29, 2015 4:32 PM, "Jan Ehrhardt" wrote: > > Kalle Sommer Nielsen in php.internals (Thu, 28 May 2015 23:36:38 +0200): > >My compile argument was rather simple: > >cl deplister.c imagehlp.lib > > This one was indeed OK. I do not know anymore why it failed when I tried > the same. > > >If there is a persistent problem, then please report it at > >http://bugs.php.net/ and mark it with PHP 7.0 (master-Git) and we'll > >look into it. > > 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. --001a113a6804970888051735eb57--