Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85228 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19842 invoked from network); 19 Mar 2015 17:58:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2015 17:58:39 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.181 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.181 mail-ob0-f181.google.com Received: from [209.85.214.181] ([209.85.214.181:33486] helo=mail-ob0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/06-25408-E4E0B055 for ; Thu, 19 Mar 2015 12:58:38 -0500 Received: by obcxo2 with SMTP id xo2so60572538obc.0 for ; Thu, 19 Mar 2015 10:58:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=yBADIos3gLEQzRosR0L2YYmJ/P1v8nZnZnTcfqEEApU=; b=CxyJSJpYayCgJwMrl50zXriHk+LhMzPhl8NLplpYNTW66nHPBcnsztZAnPya6lGmSC rlpeZP961Fpl3rbQb8Qzl+1LZ2+onbShPSlX31vvHxrjvXeYQweOU8p6wr1jnhwFoiXu qKVTzbiGANLLKpRj/EPZxZmtOcoRkVsBSveHwigI4YWXox91lo36j+OcPvCoDWnbMcm/ olc52iRlnA5K7TihwbX554NJTdqLIvt98HCyp9OMEFhxgo6FifWTB27a16hl0HBO5k6h kFYT6NYH2IenzSOn6kj+MtEwahjzenSEqjakhuUpggQHB9LCUiVMxIIV9BHAU8Y90xkq nSfA== MIME-Version: 1.0 X-Received: by 10.202.184.70 with SMTP id i67mr59262769oif.68.1426787915725; Thu, 19 Mar 2015 10:58:35 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.93.143 with HTTP; Thu, 19 Mar 2015 10:58:35 -0700 (PDT) In-Reply-To: <28871A37-A2F8-465F-8717-A116B8AA78C7@zend.com> References: <885a29db28bc96b2d3cd2ac96907e39f@mail.gmail.com> <077401d06268$2b597c30$820c7490$@php.net> <28871A37-A2F8-465F-8717-A116B8AA78C7@zend.com> Date: Thu, 19 Mar 2015 11:58:35 -0600 X-Google-Sender-Auth: YJtq1tAZK6QV8o8JzkYV9EA_QBI Message-ID: To: Zeev Suraski Cc: 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: levim@php.net (Levi Morrison) On Thu, Mar 19, 2015 at 11:49 AM, 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. We have historically broke BC a lot without deprecation. I also know of no such rule in our written RFCs. If historical behavior says otherwise, and we don't have this written down anywhere... how can you claim this is a rule?