Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84182 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73818 invoked from network); 2 Mar 2015 20:27:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2015 20:27:39 -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.216.47 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.47 mail-qa0-f47.google.com Received: from [209.85.216.47] ([209.85.216.47:43553] helo=mail-qa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/E9-14834-AB7C4F45 for ; Mon, 02 Mar 2015 15:27:38 -0500 Received: by mail-qa0-f47.google.com with SMTP id v10so24901994qac.6 for ; Mon, 02 Mar 2015 12:27:35 -0800 (PST) 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; bh=vRGa4oidrly+aytUV2jAs+5+K/OgpS0XaMhVgrvb+u0=; b=icj2WXiyPF+uuuoC6eXDAP4S2B5bm3T2OPFeCeguUx0AnVFR7S2hKbGqTy+U4n+goW gbDuSH73wPMnrvPDVNcUYaFLhc2Xk6IS3uMdonqosTFNuJ0njSkn5t7rP/s/SR0gqbNA IUO/lDC+o05x21kvQAW3kK7rJ9HyVhXXyXbeNShvMeeC/60Jyp6nDYTQ4vvONH4uUfgd K6uQCLSzhVKg0Kqf6MtgwJC3PBkq77gMp0DNv+t+mu9sa6apZaR5jQoNzNCQg44bbrtV wpEJX/DECZ9Ys37Zpesr/ehByxJ4LKVsZpiF9aRT9S+RJEB+UlEESYkLwa2oHygGg3jf SJwQ== MIME-Version: 1.0 X-Received: by 10.229.139.194 with SMTP id f2mr45801653qcu.14.1425328055675; Mon, 02 Mar 2015 12:27:35 -0800 (PST) Received: by 10.96.39.195 with HTTP; Mon, 2 Mar 2015 12:27:35 -0800 (PST) Received: by 10.96.39.195 with HTTP; Mon, 2 Mar 2015 12:27:35 -0800 (PST) In-Reply-To: References: <885a29db28bc96b2d3cd2ac96907e39f@mail.gmail.com> Date: Mon, 2 Mar 2015 12:27:35 -0800 Message-ID: To: Julien Pauli Cc: Patrick ALLAERT , PHP internals , Zeev Suraski Content-Type: multipart/alternative; boundary=001a1133dea87271350510540c45 Subject: Re: [PHP-DEV] Question/comment about the Array to String conversion RFC From: pierre.php@gmail.com (Pierre Joye) --001a1133dea87271350510540c45 Content-Type: text/plain; charset=UTF-8 On Mar 3, 2015 4:31 AM, "Julien Pauli" wrote: > Same to me, I voted no because we're gonna break something which is not > "that bad" and turn it to a clear breakage in one step. > I would prefer we E_DEPRACTE before E_ERRORing , we can deprecate in 7.0 > and remove in 7.1 or 7.2 or whatever. > We chose not to have a 5.7 for deprecation purpose only (or not), but this > doesn't mean 7.0 shouldn't deprecate anything IMO. We should not remotely consider to remove things like that in 7.x, ever. This will simply make applications migration to latest 7 series a nightmare. And yes, I do consider it was a strategical mistake to have rejected 5.7 for this exact reason. Same for the random features freeze deadline, we end up now with so many decisions to take on a hurry, while many of them are critical for 7. Both should be reconsidered. I do not think that will affect the final release date for 7. --001a1133dea87271350510540c45--