Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96847 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81977 invoked from network); 12 Nov 2016 12:40:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2016 12:40:17 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 74.125.82.43 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 74.125.82.43 mail-wm0-f43.google.com Received: from [74.125.82.43] ([74.125.82.43:37285] helo=mail-wm0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/B1-35596-0BD07285 for ; Sat, 12 Nov 2016 07:40:16 -0500 Received: by mail-wm0-f43.google.com with SMTP id t79so22910941wmt.0 for ; Sat, 12 Nov 2016 04:40:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OA9D5bzSn3fju2ymLwNFAtLWgpe/2laGNiEb705D24A=; b=bb3t3TBC7QWB3LoAnvGotvC82kMafHGUW+fGofq0HPkWo49/PTgRvxdf0ENXV3kfIx jfLbNwIpa2z7wLLqbWzpUv4bAJyZ5KQrY2tlmjwHZxiH+O5giO2OTDqpPc9yi+tzTH2p LbFDnBw/02mydjL8Cm0dP532DcCaBkFwZ+esL5vG1ePTaJwTSL6HmDGkmpqstzKpj0Y1 RjITkc67wT8BiYjBdMMwjgOIHnWVjBAAodCZOWdnD9Egt81XyiISj+t6Dw0DPi/6EKiC dzLy4vmpHl6NEEean3Uz0peIhh2NjcsF2xbHUdNmDFpe0f+4X5r9stmhkCSi4nepttfE cYfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OA9D5bzSn3fju2ymLwNFAtLWgpe/2laGNiEb705D24A=; b=AOcQGjdmuB/JPAwWzuTv64uMNMdkWRyO61fEEZxpDCKXbUWt/hxOnA4+l4FkRrbXbH gZYItWZmFDXAvqd3okEunyo7ie4Y1FYk1LSKhf/DMrL7M9qTezTTzLlZ0fadtxZV5LFi Dl1E7uKxR7c9j4NGoh/gmPxltW9XF5cXUpkGoTsCGzGBPn9NjMbeEvFxNI+jE/kLhbvK mSnJTnfNwxr1WFWflpOUpabXn14NgS7pAbRo4ErM2TCs5cgQJRt8TAgpOTbOMHMMfQmi YKGbCL61FPhNcVZi9Y/WwuCwOR5WgmPky3uJRIqFclbUNjz4e3Co3wC2/6ftTOYRULB3 4fPQ== X-Gm-Message-State: ABUngvcH3byj4hE8oCKYRTu5GEIlrx5igvxmRMsiro5nXheNoJ+S5Psp6rAkouo49qnaQntG1cVKYOXVhg/3TA== X-Received: by 10.28.39.67 with SMTP id n64mr2724502wmn.68.1478954413610; Sat, 12 Nov 2016 04:40:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.161.230 with HTTP; Sat, 12 Nov 2016 04:40:13 -0800 (PST) X-Originating-IP: [109.157.245.230] In-Reply-To: References: Date: Sat, 12 Nov 2016 12:40:13 +0000 Message-ID: To: "Christoph M. Becker" Cc: PHP internals Content-Type: multipart/alternative; boundary=001a114e3360767f57054119e80e Subject: Re: [PHP-DEV] Re: C89 vs. C99 From: pthreads@pthreads.org (Joe Watkins) --001a114e3360767f57054119e80e Content-Type: text/plain; charset=UTF-8 Morning, > okay, I'm only really interested in declarations mixed with code Not sure if serious ... but I will harass you to change code that is mixi [1]. I think actually disallowing mixing lends some readability and uniformity to the code in php-src, that I would hate to see disappear ... Cheers Joe [1] https://en.wikipedia.org/wiki/Myxomatosis? On Sat, Nov 12, 2016 at 11:27 AM, Christoph M. Becker wrote: > On 12.06.2016 at 11:08, Fleshgrinder wrote: > > > I am curious why we are not finally doing the switch to C99 with VC14 > > finally supporting most of C99. I mean, I know that GCC and VC14 do no > > fully support C99 but the most common features are implemented: > > > > - https://en.wikipedia.org/wiki/C99#Implementations > > - https://gcc.gnu.org/c99status.html > > What about other compilers such as Solaris Studio and XL C? > > -- > Christoph M. Becker > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a114e3360767f57054119e80e--