Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86929 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50470 invoked from network); 28 Jun 2015 20:20:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jun 2015 20:20: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:53894] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/F0-29555-FE650955 for ; Sun, 28 Jun 2015 16:19:59 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 031AA23D629F; Sun, 28 Jun 2015 22:19:55 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: from w530phpdev (pD9FD2823.dip0.t-ipconnect.de [217.253.40.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 454D523D615B; Sun, 28 Jun 2015 22:19:54 +0200 (CEST) To: =?UTF-8?Q?'Jakub_Kub=C3=AD=C4=8Dek'?= , "'Kalle Sommer Nielsen'" , "'Internals'" Cc: "'Anatoliy Belsky'" , "'Dmitry Stogov'" , "'Nikita Popov'" , "'Ferenc Kovacs'" , "'Xinchen Hui'" References: In-Reply-To: Date: Sun, 28 Jun 2015 22:19:51 +0200 Message-ID: <01a801d0b1df$cc6b45b0$6541d110$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQGUTKtuTUJWqS2AWW/gdyAGZa965wKAmh2PnicdFuA= Content-Language: en-us Subject: RE: [PHP-DEV] Headsup: PHP7 feature freeze From: anatol.php@belski.net ("Anatol Belski") Hi Jakub, > -----Original Message----- > From: Jakub Kub=C3=AD=C4=8Dek [mailto:kelerest123@gmail.com] > Sent: Sunday, June 28, 2015 4:03 PM > To: Kalle Sommer Nielsen; Internals > Cc: Anatoliy Belsky; Dmitry Stogov; Nikita Popov; Ferenc Kovacs; = Xinchen Hui > Subject: Re: [PHP-DEV] Headsup: PHP7 feature freeze >=20 > Hi RMs, >=20 > I have a pending change here > which is however not ready to be merged yet. I am currently working on = it > locally to do some more improvements for phpinfo(). I wanna ask you if = you > consider it a feature and thus if I have to finish it before the first = beta is released > if I wanna include it in PHP7 or rather to target it against PHP 7.1. >=20 What is the benefit changing it? XHTML is a standard which is alive. But, there's for sure some code based on parsing the phpinfo() output, = since not everything is exported as a constant. IMHO having HTML5 in = phpinfo(), while being nice, doesn't justify itself breaking those = codes. Regards Anatol