Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96865 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38922 invoked from network); 12 Nov 2016 20:21:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2016 20:21:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=dclarke@blastwave.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dclarke@blastwave.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain blastwave.org from 209.17.115.112 cause and error) X-PHP-List-Original-Sender: dclarke@blastwave.org X-Host-Fingerprint: 209.17.115.112 atl4mhob19.myregisteredsite.com Received: from [209.17.115.112] ([209.17.115.112:45462] helo=atl4mhob19.myregisteredsite.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/31-31581-FD977285 for ; Sat, 12 Nov 2016 15:21:52 -0500 Received: from mailpod.hostingplatform.com ([10.30.77.36]) by atl4mhob19.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id uACKLmMh032497 for ; Sat, 12 Nov 2016 15:21:48 -0500 Received: (qmail 12476 invoked by uid 0); 12 Nov 2016 20:21:48 -0000 X-TCPREMOTEIP: 99.253.103.29 X-Authenticated-UID: dclarke@blastwave.org Received: from unknown (HELO ?172.16.35.41?) (dclarke@blastwave.org@99.253.103.29) by 0 with ESMTPA; 12 Nov 2016 20:21:48 -0000 To: "Christoph M. Becker" , internals@lists.php.net References: <5ef2496f-e06e-5eff-9547-95021ba0d7f5@blastwave.org> <7250b9e8-d11e-6753-c7d4-deccd85e6280@gmx.de> Message-ID: Date: Sat, 12 Nov 2016 15:21:47 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <7250b9e8-d11e-6753-c7d4-deccd85e6280@gmx.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: C89 vs. C99 From: dclarke@blastwave.org (Dennis Clarke) >>> What about other compilers such as Solaris Studio and XL C? >> >> Oracle Studio compiler tools are fully compliant with C99 and has been >> for a very very long time. > > Thanks for the info! > >> I would also note that php7.x does not >> compile out of the box, yet. However I am looking into why. > > I remember that there has been an issue with line endings (CRLF) in the > generated parsers/scanners, which had been brought up on the general(?) > mailing list some time ago. Not sure, if that has been resolved. > I don't think that CRLF chars are the issue at all. However, I will give the source a good run through and be sure to report what I see. I have had no major issues at all with php 5.5.x and 5.6.x releases but never see 7.x get past basic configure and build steps. I will look into why. Dennis Clarke