Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32516 invoked from network); 8 May 2015 11:01:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2015 11:01:55 -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.216.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:33045] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/62-31245-2A79C455 for ; Fri, 08 May 2015 07:01:55 -0400 Received: by qcvo8 with SMTP id o8so11205477qcv.0 for ; Fri, 08 May 2015 04:01:52 -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=SUHt6WOHncRlT8ic+BnxKWCToP1enznQkXcN0/+XFpk=; b=J8gd+3iYF6m/M8ScRYrjtBKVmxX5wZ9PNFbZaAYsNxj5WSDbmMBAFYLCjPHyOny1U2 WTHBQXa8tAV4A0PF/HRExLADqD8KFZjVDXLZX8+vqWYvtFKdz/Hf7Y39iFIXmACbLN8p HFLndLj8RiIsoZKi7n8IUryye7hmjHxgRsNHnsbF3q2rlrbZYe4mV03wyHTCgsZQQQUG Uwo/BtebH0ljmIPXQs0y00UsJXU8kxtaQCpjGkoNtb+bwqXcfQowdzlil9B1PseVpaaJ fsK5uPOFB42Eu9IIJGEVNGxsDGV5rftoT2NAyQ6+XDaPscpwc4pPDSTTqOf6Wc/iPtAD qUcA== MIME-Version: 1.0 X-Received: by 10.55.22.222 with SMTP id 91mr6513573qkw.101.1431082911787; Fri, 08 May 2015 04:01:51 -0700 (PDT) Received: by 10.96.127.166 with HTTP; Fri, 8 May 2015 04:01:51 -0700 (PDT) Received: by 10.96.127.166 with HTTP; Fri, 8 May 2015 04:01:51 -0700 (PDT) In-Reply-To: <554BDC4B.2010808@gmx.de> References: <71A78449-A62C-400D-A01F-5668930A7BED@ajf.me> <554BDC4B.2010808@gmx.de> Date: Fri, 8 May 2015 18:01:51 +0700 Message-ID: To: Christoph Becker Cc: Nikita Popov , Andrea Faulds , Dmitry Stogov , Julien Pauli , Derick Rethans , PHP internals Content-Type: multipart/alternative; boundary=001a1149572499f0e605158ff473 Subject: Re: [PHP-DEV] Thoughts on C version supported for PHP-Next From: pierre.php@gmail.com (Pierre Joye) --001a1149572499f0e605158ff473 Content-Type: text/plain; charset=UTF-8 On May 8, 2015 4:42 AM, "Christoph Becker" wrote: > > Nikita Popov wrote: > > > [...] What's our current minimum required vc version? > > As of PHP 5.5 at least VC11 (Visual Studio 2012) is required for Windows > builds. The currently available snapshots of master are also built with > VC11[1]. We are in the process of testing latest or better said the upcoming next version of VC. However it is a long process. We use a couple of libs to test c99 support. What could be amazingly helpful, not only for VC, is some sample codes using what we are most likely to use intensively from c99. It will allow is to valid them against various compilers as well as clearly define what we can support in the CS, all compilers we are likely to support for 7, including VC, ICC or older GCC. Cheers, --001a1149572499f0e605158ff473--