Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85678 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1770 invoked from network); 1 Apr 2015 23:11:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2015 23:11:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.17.22 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.17.22 mout.gmx.net Received: from [212.227.17.22] ([212.227.17.22:53212] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/4F-21906-C2B7C155 for ; Wed, 01 Apr 2015 18:11:42 -0500 Received: from [192.168.0.101] ([88.134.68.210]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0M7CRe-1ZPLgt3JyQ-00x6CT; Thu, 02 Apr 2015 01:11:37 +0200 Message-ID: <551C7B32.70200@gmx.de> Date: Thu, 02 Apr 2015 01:11:46 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Stanislav Malyshev , Dennis Birkholz , internals@lists.php.net References: <551BC7CF.3080309@birkholz.biz> <551C44C7.6060108@gmail.com> <551C48AC.3090908@birkholz.biz> <551C4A60.2050805@gmail.com> <551C5045.3010405@birkholz.biz> <551C56E2.8090100@gmail.com> <551C5AFB.7090107@birkholz.biz> <551C6296.40101@gmail.com> In-Reply-To: <551C6296.40101@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:dhj2GSSRE6jzrbEsr8zC2cTa53Ki7rLqy2lDOXrKS6q/uFu7xSn Zr0eaO/DKiW3YiVXbgTOb0TZZLg9WvNdKzMCExREkeyv2Clsd7fE/GSJotg3sUfioM/EckA fDA+NF8+dmjoKHY3suntKbSEX7iYaS9gQwgBJhGvyiUZb1VkTzrbTE0+Fc2S6UpI2MPDkbA T6n4AJioGJ5LaWfSJ41jg== X-UI-Out-Filterresults: notjunk:1; Subject: Re: [PHP-DEV] What's our official stance on small self-containedadditions in a micro version From: cmbecker69@gmx.de (Christoph Becker) Stanislav Malyshev wrote: >> The questions here are: >> * will this code break any code running with PHP before that patch? >> * does this code change the language in any way? > > OK, so I think there's a misunderstanding here. What you describing is > exactly my position - enhancements that are a) small and b) > self-contained are OK, others are not OK. This has been the case since > we started the whole format release process thing. Hmm, would you consider introducing a new function in the *global* namespace to be a self-contained feature? I would not, because the function definition would change the global environment, possibly breaking some code. -- Christoph M. Becker