Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85252 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89286 invoked from network); 20 Mar 2015 00:35:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2015 00:35:00 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.44 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.44 mail-qg0-f44.google.com Received: from [209.85.192.44] ([209.85.192.44:35594] helo=mail-qg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/72-25408-13B6B055 for ; Thu, 19 Mar 2015 19:34:58 -0500 Received: by qgew92 with SMTP id w92so5322026qge.2 for ; Thu, 19 Mar 2015 17:34:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=9oCIYzqP+Tc6OO5JtVsTPtm4pLxY9Kl2ZY+CKPRQsqg=; b=tZGONDKPrVHiBUZ6+Lglsqb3hWLL5xZf0ByrSjmqbPZGVNRAEUWtmEl4DLsVRYpWLg tAE5Uy787aS+TlnHOUX1wg1c8fuK9vdY5gdouPFY+xsCOiUUKBXcGlJ3H75a8PXnkRsN AuuiDm/o/7PObR14b635pd6/MIIPurFRmDOhtrYb34PnJlx7onVmCTtmaUjEssR0DHGt NtfDMho2Aa1MSWoUdLWJtt1oVG3yf/4eCJxif3p/Ul4J75tplAIKbxX4kGKYNOExeqlJ fVfP1h7it69fxpZGPBrYetrOKtz5f46KAL7Jys6PeYXXYrCI+DroeeQwALNRx6pfxc8c hdnQ== MIME-Version: 1.0 X-Received: by 10.140.95.179 with SMTP id i48mr96082160qge.4.1426811695723; Thu, 19 Mar 2015 17:34:55 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Thu, 19 Mar 2015 17:34:55 -0700 (PDT) In-Reply-To: References: <885a29db28bc96b2d3cd2ac96907e39f@mail.gmail.com> <077401d06268$2b597c30$820c7490$@php.net> <28871A37-A2F8-465F-8717-A116B8AA78C7@zend.com> Date: Fri, 20 Mar 2015 11:34:55 +1100 Message-ID: To: Nikita Popov Cc: Zeev Suraski , Dan Ackroyd , "francois@php.net" , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Question/comment about the Array to String conversion RFC From: pierre.php@gmail.com (Pierre Joye) On Fri, Mar 20, 2015 at 5:04 AM, Nikita Popov wrote: > On Thu, Mar 19, 2015 at 6:49 PM, Zeev Suraski wrote: > >> > On 19 =D7=91=D7=9E=D7=A8=D7=A5 2015, at 19:40, Dan Ackroyd wrote: >> > >> > You are being dumb here as well. We try to avoid breaking code in >> > point releases. This BC break can only be done at a major version. >> >> Technically, we're not allowed to move from from a working feature into = a >> removed one without a deprecation phase. >> > > I don't think this is true. There is no requirement for us to deprecate > something before we remove it. Deprecation is a courtesy to our users in > cases where a heavily used feature is being dropped. I think we do not need to argue about the impact of having something generating a fatal error all of a sudden in 7.1. Or am I missing something? :) > Realistically most people consider E_NOTICE to be a higher error level th= an > E_DEPRECATED. If somebody is willing to suppress the notices this current= ly > generates, chances are very high that deprecations are suppressed as well= . > I don't see any release process issues with dropping this without > deprecation. (But I'm still -1 on the change, because I don't see why we'= d > suddenly want to change this one relatively unimportant notice to be fata= l > while leaving everything else alone.) Same, if anything doing fatal then it has to be done in 7.0. Also I have to agree with Zeev on that, a warning or deprecation notice should be enough. I know it is not what many users want, to clean up such things, but we decided not to have a 5.7 to prepare such removals, let act accordingly. cheers, --=20 Pierre @pierrejoye | http://www.libgd.org