Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97161 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26568 invoked from network); 24 Nov 2016 14:33:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2016 14:33:26 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:40542] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/A5-21589-53AF6385 for ; Thu, 24 Nov 2016 09:33:25 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 63C02784A62; Thu, 24 Nov 2016 15:33:22 +0100 (CET) Received: from w530phpdev (p54A760AE.dip0.t-ipconnect.de [84.167.96.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 3261978308E; Thu, 24 Nov 2016 15:33:20 +0100 (CET) To: "'Dennis Clarke'" , References: <06fe01d24646$00d96d30$028c4790$@php.net> <323632ff-5d0d-418d-4c15-2a57e70a7f75@blastwave.org> In-Reply-To: <323632ff-5d0d-418d-4c15-2a57e70a7f75@blastwave.org> Date: Thu, 24 Nov 2016 15:33:16 +0100 Message-ID: <073501d2465f$b3ff82f0$1bfe88d0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIaxpnNmbkGM2rYq6/2jumrzJl0KQMFmC11oD8C9eA= Content-Language: en-us Subject: RE: [PHP-DEV] PHP 7.0.14RC1 is available for testing From: anatol.php@belski.net ("Anatol Belski") Hi, > -----Original Message----- > From: Dennis Clarke [mailto:dclarke@blastwave.org] > Sent: Thursday, November 24, 2016 3:09 PM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] PHP 7.0.14RC1 is available for testing > > On 11/24/2016 06:29 AM, Anatol Belski wrote: > > Hi, > > > > PHP 7.0.14 RC1 was just released and can be downloaded from: > > > > > > Please test it carefully, and report any bugs in the bug system. > > I am going to drag it kicking and screaming across a strict C99 compiler inside > a strict POSIX environment and see what happens. This is an important test. At > least to me. The portability of this codebase is so critical longterm and I, perhaps > alone in this test, really need to know that the code will compile everywhere > forever. > > > The stable release is planned for December 8th, if no critical issues > > will be discovered in the RC. > > > > Could just be too much coffee early in the morning but I really want to to see > the results of a compile with C99 and _XOPEN_SOURCE=600 defined. That > should land us firmly inside SUSv3 world and The Open Group Base Specifications > Issue 6 IEEE Std 1003.1, 2004 Edition. > > Dennis Clarke > > ps: the compiler I will be using : > > n0 $ which c99 > /opt/developerstudio12.5/bin/c99 > n0 $ c99 -V > c99: Studio 12.5 Sun C 5.14 SunOS_sparc 2016/05/31 > You can just enable -std=c99 with gcc, to see it doesn't compile. Some amount of work might be needed for true C99 compat. I'd suggest you to reply to the earlier thread "C89 vs. C99" started recently. Regards Anatol