Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86136 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86599 invoked from network); 7 May 2015 18:28:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2015 18:28:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.43 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.43 mail-wg0-f43.google.com Received: from [74.125.82.43] ([74.125.82.43:36374] helo=mail-wg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/84-53430-CBEAB455 for ; Thu, 07 May 2015 14:28:13 -0400 Received: by wgiu9 with SMTP id u9so51966969wgi.3 for ; Thu, 07 May 2015 11:28:09 -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=qBRKCsvRPCUoLgBcuvg3beB+xpLgcc+0PsHECx862ys=; b=GSyieWo0Eg7WQ/Py0fzcPSKt2Q8aRwtwb6RH8efyUEht+OoB0D1UQy1H6hWP5o3S7j fwEprVhBDHsECna691B8zso1DS9kxWOud8L+FhdsvUII+gGyCUZ0PRlcRLKlDGRs8MC0 QDSvj2pw/X3HMVP92VSLAJIF5kVKo9wYU3F7gNvL14/HkSBWkmh5cIgnDJf5P/4uSHlI umqjTpITzHm4jm/Iyw3vMEFVI1Ne8Ib+c75FmHzQrh94gXPJcuDQbqT59ifEZgBMEyX+ Q3Ddujse50PkBDC7UGXx32c5oTOALEGQ5oKwSojZ02AF8g0Zl9X+IbCetLNDA7ikEXv1 FMdQ== MIME-Version: 1.0 X-Received: by 10.180.231.4 with SMTP id tc4mr9177506wic.27.1431023289863; Thu, 07 May 2015 11:28:09 -0700 (PDT) Received: by 10.27.86.133 with HTTP; Thu, 7 May 2015 11:28:09 -0700 (PDT) In-Reply-To: References: <71A78449-A62C-400D-A01F-5668930A7BED@ajf.me> Date: Thu, 7 May 2015 20:28:09 +0200 Message-ID: To: Pierre Joye Cc: Dmitry Stogov , PHP internals , Julien Pauli , Derick Rethans , Andrea Faulds Content-Type: multipart/alternative; boundary=001a1134cc28db920d05158212ef Subject: Re: [PHP-DEV] Thoughts on C version supported for PHP-Next From: nikita.ppv@gmail.com (Nikita Popov) --001a1134cc28db920d05158212ef Content-Type: text/plain; charset=UTF-8 On Mon, Jul 28, 2014 at 9:41 PM, Pierre Joye wrote: > > On Jul 28, 2014 9:14 PM, "Dmitry Stogov" wrote: > > > > I think opinions about readability are subjective. > > > > The real problem, that it'll break compatibility with old uncommon > > compilers. > > I'm not sure if new MSVC versions support it, but the one I use - does > not. > > We are working with the vc team to test the c99 (c++11/14 as well) with > many oss softwares, php included (non core ext). > > It could be possible to use c99 from a vc pov but not if we decide to > release php-next next year. However with the yearly vc release, we could > make it for Q4/2015. > Could you please provide an update on the current situation regarding C99 support in MSVC? It seems that VS 2013 supports the most important C99 features [1]. What's our current minimum required vc version? [1]: https://msdn.microsoft.com/en-us/library/hh409293.aspx --001a1134cc28db920d05158212ef--