Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79229 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4242 invoked from network); 27 Nov 2014 13:18:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2014 13:18:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; 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:57932] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/12-27910-58427745 for ; Thu, 27 Nov 2014 08:17:58 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 33) id 32C056D2001; Thu, 27 Nov 2014 14:17:54 +0100 (CET) Received: from 217.253.37.18 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Thu, 27 Nov 2014 14:17:54 +0100 Message-ID: <8e5521c9966c2d68f98eb086a9bad5dd.squirrel@webmail.klapt.com> In-Reply-To: References: <938fa64195b088657ef0b89c11070644.squirrel@webmail.klapt.com> <5475D7C9.5060901@gmail.com> Date: Thu, 27 Nov 2014 14:17:54 +0100 To: "Pierre Joye" Cc: "Anatol Belski" , "Rowan Collins" , "PHP internals" User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Popups in the cgi win binaries From: anatol.php@belski.net ("Anatol Belski") On Thu, November 27, 2014 13:24, Pierre Joye wrote: > On Thu, Nov 27, 2014 at 3:12 AM, Anatol Belski > wrote: > >> On Wed, November 26, 2014 14:38, Rowan Collins wrote: >> >>> Anatol Belski wrote on 26/11/2014 11:34: >>> >>> >>>> While it might look short cut and too >>>> late for 5.5, there's indeed no scenario imaginable where such >>>> graphical elements could be used even as a feature. Neither on >>>> console nor as a server module or CGI. >>> >>> Deciding what releases something lands in is not just about >>> compatibility, but about stability. A lot more testing will happen >>> with a 5.x.0 RC than with 5.5.20, for instance. I guess it's up to the >>> 5.5 >>> and 5.6 RMs to decide whether the severity of the bug fixed outweighs >>> the risk of back-porting this to multiple releases. >>> >> Some bugs have to stay for compatibility. This one is just an issue >> without any proof to be useful :) > > This is a bug and must go away. There is zero need for popups in fcgi. > > > And tbh I am not even sure there is one in CLI. > > The initial issue is caused by this http://lxr.php.net/xref/PHP_5_5/Zend/zend_ini_parser.y#182 so looks like it's not SAPI dependent. And I saw at least one more similar place somewhere in main. Btw found yet another ticket about this subject https://bugs.php.net/bug.php?id=55541 Regards Anatol