Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76140 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40090 invoked from network); 25 Jul 2014 20:08:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2014 20:08:16 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.172 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.172 mail-vc0-f172.google.com Received: from [209.85.220.172] ([209.85.220.172:36608] helo=mail-vc0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/6B-08559-E29B2D35 for ; Fri, 25 Jul 2014 16:08:15 -0400 Received: by mail-vc0-f172.google.com with SMTP id im17so8215895vcb.17 for ; Fri, 25 Jul 2014 13:08:18 -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:from:date:message-id :subject:to:cc:content-type; bh=gJ+LxzfbP7Ov+EvbuiJpX1SX3GDEMtULMJjSuVkZTPo=; b=pIz7Tbln8gBdnuImmX8zK37CrMrT7tlpBgKovQ3x01L898yYF1RvoJ5aDJsbX2qHa4 gGfBFgGIF8gXlwvpL/UvvrQ2yzJNhXz9P6Kqv6pOYPPBzHfiNb2BElQaVIRG87aHyaK6 iFyaaXfdMs+nknFIB5RFWbizyfmN/uzZRRgk5mqajAsbUQ4Od2hjC05C0ThECeR7VMOO BqYdDBr8mkyJqig7pUSo8ohEgYfNne+6Xybz2/HWIveQqrcIYZ2BZQ97O400tAHPSb5S zRg6EnsASSKogruUEtq00yV8QFHknqkS29w5FH1IU4XRyQa/mWN05d/1mONeFAAVFyVZ W+qQ== X-Received: by 10.220.114.5 with SMTP id c5mr24057074vcq.28.1406318898538; Fri, 25 Jul 2014 13:08:18 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Fri, 25 Jul 2014 13:07:38 -0700 (PDT) In-Reply-To: <127C762D-40B8-45BC-96CD-F470031ACFCD@golemon.com> References: <127C762D-40B8-45BC-96CD-F470031ACFCD@golemon.com> Date: Fri, 25 Jul 2014 22:07:38 +0200 X-Google-Sender-Auth: OXApFSRY89H-p0g3H398_vHmaHI Message-ID: To: Sara Golemon Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e0122a71e636e6904ff0a22cb Subject: Re: [PHP-DEV] Thoughts on C version supported for PHP-Next From: jpauli@php.net (Julien Pauli) --089e0122a71e636e6904ff0a22cb Content-Type: text/plain; charset=UTF-8 On Fri, Jul 25, 2014 at 7:27 PM, Sara Golemon wrote: > > > On Jul 25, 2014, at 9:37, Julien Pauli wrote: > > > > 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'd stop with C99 for now. One of PHP's strengths is that it builds > /anywhere/. I'd hate to lose that over a few pieces of syntactic sugar. (I > say this as someone who's come to adore C++11) > Makes sense, even if I haven't met myself that many different platforms and compilers fancies. Julien.P --089e0122a71e636e6904ff0a22cb--