Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35166 invoked from network); 28 Jul 2014 19:41:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2014 19:41:08 -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.192.45 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.45 mail-qg0-f45.google.com Received: from [209.85.192.45] ([209.85.192.45:33736] helo=mail-qg0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/F0-29900-357A6D35 for ; Mon, 28 Jul 2014 15:41:08 -0400 Received: by mail-qg0-f45.google.com with SMTP id f51so9232577qge.4 for ; Mon, 28 Jul 2014 12:41:18 -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=iEzLKSyw/tpAWkNHHzS7CuFVtgAltBxBe1ANteLv7FU=; b=0ijWqTBbYcdk3jcUZZGZRvnXclbw7Xu5GDtTdAPnIffsWxgIAUQiDNHkNd6IMRQPBT gFYNZFL3BY+46IRQcTR68+YjIa4QqDF2H8rJLcHmjzpE0VE6IF5a9n8H2RKAlw6doCRQ VBOAeZeyrnWCvIrWOBEnOOJ9YBuIMOEbIK457/HxUIv574yCYrGVtmUdyyCW+E+FWsVb Sbf4FfkfYIeEVS80ZJmH/QgfDJuu82Dg/4VqqfOEI8NizTBVwnADRJPpLo6BWQYQ/2He qozbqlnSjONTFxpAwv9Cdxib2zvgr9x5KKDXigC9iZD6tjCzQBGrlmCAxn8RpgmkmGyY EcvQ== MIME-Version: 1.0 X-Received: by 10.229.221.201 with SMTP id id9mr1266897qcb.30.1406576478322; Mon, 28 Jul 2014 12:41:18 -0700 (PDT) Received: by 10.140.24.54 with HTTP; Mon, 28 Jul 2014 12:41:18 -0700 (PDT) Received: by 10.140.24.54 with HTTP; Mon, 28 Jul 2014 12:41:18 -0700 (PDT) In-Reply-To: References: <71A78449-A62C-400D-A01F-5668930A7BED@ajf.me> Date: Mon, 28 Jul 2014 21:41:18 +0200 Message-ID: To: Dmitry Stogov Cc: PHP internals , Julien Pauli , Nikita Popov , Derick Rethans , Andrea Faulds Content-Type: multipart/alternative; boundary=001a113447aa57217d04ff461b86 Subject: Re: [PHP-DEV] Thoughts on C version supported for PHP-Next From: pierre.php@gmail.com (Pierre Joye) --001a113447aa57217d04ff461b86 Content-Type: text/plain; charset=UTF-8 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. > Breaking something without a real reason is not a good move. I agree with you here. --001a113447aa57217d04ff461b86--