Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76242 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59704 invoked from network); 29 Jul 2014 01:04:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2014 01:04:21 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.52 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.218.52 mail-oi0-f52.google.com Received: from [209.85.218.52] ([209.85.218.52:49975] helo=mail-oi0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/E2-41808-313F6D35 for ; Mon, 28 Jul 2014 21:04:19 -0400 Received: by mail-oi0-f52.google.com with SMTP id h136so6774799oig.39 for ; Mon, 28 Jul 2014 18:04:29 -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=dpZEaasqoRg6f3Y0OXjHGumNFlciQ6yR8A3k36evCEg=; b=nSpVP3cleKk2HtyDPEN7D+yQrW7v2BSjaOMR3wxpKZmiw1bLtrtTo96N/wL1WOtVi+ jKZywZqlTijX4PVvndZFdxWEdS9QYLLnaFrSDdrWIjnWQc+YBCNfyhwbd2ETZXdATT5W H3Lj5qqbAV4yonpnX8nWi6qtoFnambkzAZtpeWv5AXBwVylSJOMgU86eYR4r2iw6ysl5 GU0aPYASSb/aSIbgTL4BlIYH3T4f052dvbooqHeAjLfjTv+Cjt+d1447uQwOu3wPQkW5 yGccNv6h5MoGVApZJ6FRwQX6a+ae1rZFN9hZMVbqzX/PT9uHheZkocUXfSfE7IuI87l+ maZw== MIME-Version: 1.0 X-Received: by 10.60.121.67 with SMTP id li3mr54373352oeb.17.1406595869701; Mon, 28 Jul 2014 18:04:29 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.180.193 with HTTP; Mon, 28 Jul 2014 18:04:29 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 Jul 2014 19:04:29 -0600 X-Google-Sender-Auth: Fmae5KKv_hltZIjIpaZ6CU9VlQY Message-ID: To: Julien Pauli Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Thoughts on C version supported for PHP-Next From: levim@php.net (Levi Morrison) I support the move to C99... but not yet. We definitely need a longer period for Visual Studio support; I suspect over time more compilers will support C99 now that VC does. More importantly I'd like to see any standard adherence to be more strict so we can compile with -pedantic. Some of the big offenders are fixed in the 64 bit int patch and PHPNG; I've been waiting for these to land in master before continuing to investigate the other non-strict usages.