Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87074 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70565 invoked from network); 8 Jul 2015 15:03:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jul 2015 15:03:02 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.50 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 74.125.82.50 mail-wg0-f50.google.com Received: from [74.125.82.50] ([74.125.82.50:33128] helo=mail-wg0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/80-01629-5AB3D955 for ; Wed, 08 Jul 2015 11:03:01 -0400 Received: by wgck11 with SMTP id k11so198654356wgc.0 for ; Wed, 08 Jul 2015 08:02:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=WiBSA8s2pKDhfjtQ50+epk1JI8Z5OnCERwhwP91je48=; b=S3Ghz88h7OT35cWbEonVTYEMlnwrGQys0gggHLwkdhkJuRvfhapixpXb1CT2atR2Xa EPVNH4TVTG3kR2T3HsFTABX/l7tvKQhZg7LUEbw1oMD9qYly3FR5t11pThdu8S8tbrGG kFfFpnboL0tONXeMNyyWTFN1Ka+aRb0+sHSgmqn06iWYY2gZDNOmkO2E8VNNRnK+inu6 j2daBMcZ1uCLMBT+UbanXeKaeJSoZzENmfwxSVc/FeIzaX5+tvMlHP1bGYRM5B23woVw VvpJp4AwXyzhY9m6FKMchjlCCaUHlM3SGtVCLDC/VF8sB9SMuD9owkMxmQdS6K1hb4Ks SGPQ== MIME-Version: 1.0 X-Received: by 10.194.220.100 with SMTP id pv4mr21561040wjc.71.1436367777969; Wed, 08 Jul 2015 08:02:57 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.28.212.67 with HTTP; Wed, 8 Jul 2015 08:02:57 -0700 (PDT) In-Reply-To: <51968444076E444C985BBB68C11B67BE@pc1> References: <71A78449-A62C-400D-A01F-5668930A7BED@ajf.me> <554BDC4B.2010808@gmx.de> <51968444076E444C985BBB68C11B67BE@pc1> Date: Wed, 8 Jul 2015 17:02:57 +0200 X-Google-Sender-Auth: im6jmoX3xW9XDG-uqXtLq_IUxpY Message-ID: To: Matt Wilmas Cc: PHP internals , Levi Morrison , Pierre Joye , Nikita Popov , Christoph Becker , Dmitry Stogov , Anatol Belski , Julien Pauli , Derick Rethans Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Thoughts on C version supported for PHP-Next From: kalle@php.net (Kalle Sommer Nielsen) Hi Matt 2015-07-08 17:00 GMT+02:00 Matt Wilmas : > Hi all, > > ----- Original Message ----- > From: "Levi Morrison" > Sent: Sunday, May 10, 2015 > >>> Again, this is a C11 feature. It is supported by clang, gcc and MSVC. >> >> >> To clarify this a bit: they permit anonymous unions in C89 and C99 >> code (meaning you do not need to pass flags like -std=c11 to enable >> it). > > > What's the status on compiler requirements? Are they, or will they be, > higher? > > I'm going to take advantage of variadic macros (__VA_ARGS__) for better code > generation with the parameter parsing implementation I'm finishing up, and > it would be nice to not have to make two versions with a compiler check. > e.g. for MSVC or GCC >= 3, but I don't know what else... For 7.0, we are gonna focus on MSVC 2015 (VC14), although VC11 is also known to work, we will do the 7.0+ releases with VC14 (that is releasing later this month) -- regards, Kalle Sommer Nielsen kalle@php.net