Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86155 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18740 invoked from network); 11 May 2015 09:39:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2015 09:39:34 -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.220.178 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.220.178 mail-qk0-f178.google.com Received: from [209.85.220.178] ([209.85.220.178:34891] helo=mail-qk0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/21-03799-4D870555 for ; Mon, 11 May 2015 05:39:32 -0400 Received: by qkhg7 with SMTP id g7so82834335qkh.2 for ; Mon, 11 May 2015 02:39:29 -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=0+xIkIj7HmehmhjmD/wDqYy1TCtOGBwer1tX5bWP2zc=; b=rSCAVBRLtmmCeTOl8M7u4ryFbSvTutjbMn5xSCkBnC5CKOM2YZ06oLQaZJ3O5W+gxI NUxUho5mm1LPk1cQvlpTbRqD8Ln9UWzf8JCMStQoSFONOiH/n62T7s8THOy3b6ird67I fxppmBLsyLhpzBemaLJOmdE347lyWea0uRzg0+TYkB/YG/1BoSlg2jRkGCqwqzT8epml Jf9DsaNLqUyyzdraGKenGGp9j6ps0ypf7urUcFM8RHCWNAKHvsDmcP/F+EeJFSuF3RYo YeK6zuNB2pdEdNee+JiRdJ/Kovh8GYOLA13LjjItf/xdTCSfh2U+wQMX9+f2NXVMkbTA 0z7g== MIME-Version: 1.0 X-Received: by 10.140.107.165 with SMTP id h34mr11949503qgf.63.1431337169627; Mon, 11 May 2015 02:39:29 -0700 (PDT) Received: by 10.96.127.166 with HTTP; Mon, 11 May 2015 02:39:29 -0700 (PDT) In-Reply-To: References: <71A78449-A62C-400D-A01F-5668930A7BED@ajf.me> <554BDC4B.2010808@gmx.de> Date: Mon, 11 May 2015 16:39:29 +0700 Message-ID: To: Levi Morrison Cc: Nikita Popov , Christoph Becker , Dmitry Stogov , Andrea Faulds , Julien Pauli , Derick Rethans , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Thoughts on C version supported for PHP-Next From: pierre.php@gmail.com (Pierre Joye) hi Levi! On Mon, May 11, 2015 at 3:01 AM, Levi Morrison wrote: >> 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). https://github.com/FriendsOfPHP/phpnextctest Feel free to provide PRs or your handle. Simple makefiles should do it (win+unix) or configure + makefiles for windows. The sooner is way easer to manage for now :) Cheers, -- Pierre @pierrejoye | http://www.libgd.org