Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76126 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10168 invoked from network); 25 Jul 2014 16:38:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2014 16:38:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.171 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.171 mail-vc0-f171.google.com Received: from [209.85.220.171] ([209.85.220.171:39902] helo=mail-vc0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/95-08559-DF782D35 for ; Fri, 25 Jul 2014 12:38:21 -0400 Received: by mail-vc0-f171.google.com with SMTP id hq11so7829483vcb.2 for ; Fri, 25 Jul 2014 09:38:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=tU4A96Aw1qyVeFX8AZ8yXB351B+K5laSLtCpZuscDWE=; b=gXRA6OoaZBQhwIcjx2CyZudFlCbngAT6EJJAvU0i1+IGc7KzEfePX0bGHdfJycy0Rs TEQzIadLPG2mI/uJlGOy17xjx1quwQx/c+4KLxuGqR1ESougMn4XaIPmj5fGp/BqY0yE o6dxL7ubMEqmtIERqebsc3i+3DssMVIL8tr2iac5A5mAOmf0Ism1PorGb2R4WtVoHSio tcGghloGwvCnfwqQN9URjWeb5LvS/1QubwLCcpF/dfat79elYHEMLUF4IGlvPdpnAKbE zQ5h7Vpee5BQBBHQKoROBn/wboDhsG5jspbtM0tETdsz9jrBdeTr2fUtark0FS399/kt fGkA== X-Received: by 10.220.114.5 with SMTP id c5mr22626637vcq.28.1406306303728; Fri, 25 Jul 2014 09:38:23 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Fri, 25 Jul 2014 09:37:43 -0700 (PDT) Date: Fri, 25 Jul 2014 18:37:43 +0200 X-Google-Sender-Auth: tzN-QRNhgPG7TdEVoJ6P7nCJuy4 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=089e0122a71eade39904ff07332b Subject: Thoughts on C version supported for PHP-Next From: jpauli@php.net (Julien Pauli) --089e0122a71eade39904ff07332b Content-Type: text/plain; charset=UTF-8 Hey ! Just a quick word to launch the debate. Disclamer : This is not a C vs C++ talk, thank you :-) We nowadays support C89 officially . It is very stable and well implemented in almost every compiler nowadays, but it is old and lack some features we could benefit from. Why not take PHP-Next step to support a more recent version ? Even C99 would be allright and C11 would be super cool (though pretty recent). I know we support lots of compilers (even if that's not really documented), and some of them could fail at supporting some C versions. However, as PHP-Next is a big step in modernizing PHP, why not have a discussion about the C versions our souce code base should support ? Just to say, perhaps it's a dead and debate because of a big blocker point. Julien.Pauli --089e0122a71eade39904ff07332b--