Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85225 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12478 invoked from network); 19 Mar 2015 17:49:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2015 17:49:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 74.125.82.43 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 74.125.82.43 mail-wg0-f43.google.com Received: from [74.125.82.43] ([74.125.82.43:35938] helo=mail-wg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/54-25408-02C0B055 for ; Thu, 19 Mar 2015 12:49:20 -0500 Received: by wgra20 with SMTP id a20so69055446wgr.3 for ; Thu, 19 Mar 2015 10:49:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=2SWRHLVADn65MuccFfQ3tYCQ0kbiUgFsHaKV2yI/jW8=; b=Pt+ONsjqt2wNayYzRJDGIxtpWik8MuLDIHEt09ifBpchR6Jykk/hCPZu+oDklOC8TX 6wHIPlfnh5xayxoOcBOV4FQ2hhMn/c6PsyI9lrWAnY9eL2WGtoK68nVwU1OB/vZsMGyJ tkz4vhN8wMAlBjorOZggZWfqwh1xdPXeNcUdV0XdkdoKvEMUFz8enzNrCNqG87b9O9Qv eDPgNq6rqpjxw/EdU4rH3wPEYDZjpG//dbw2MHd1Gt4NclMGSRwzxbKj0pUy/ZUbi5dr 9gXBvZcz+p/pQJR3mJaYZ73qP/sdKoIZAWNfBPw12OJUSvYsuHvNZXP9E/z/8LrvrZz4 egjg== X-Gm-Message-State: ALoCoQnabRDU4sn5Xk+PtSHgM5SYS/pQeFax1MNa4zuLK4ehn+WvwsdUw5AjLck6UdFrNccQ+Y3HWrgoDMFAgEJs0SRdCa7PingOJCPQEOYXvyawogWY0W/xHXEDVyi12OYjq1rjf+bSkaq+TXgQva99qkKLrCtD+g== X-Received: by 10.180.85.97 with SMTP id g1mr18044724wiz.17.1426787357136; Thu, 19 Mar 2015 10:49:17 -0700 (PDT) Received: from [192.168.0.119] (IGLD-84-228-21-207.inter.net.il. [84.228.21.207]) by mx.google.com with ESMTPSA id pa4sm2883609wjb.11.2015.03.19.10.49.16 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Mar 2015 10:49:16 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) X-Mailer: iPhone Mail (12D508) In-Reply-To: Date: Thu, 19 Mar 2015 19:49:14 +0200 Cc: "francois@php.net" , PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: <28871A37-A2F8-465F-8717-A116B8AA78C7@zend.com> References: <885a29db28bc96b2d3cd2ac96907e39f@mail.gmail.com> <077401d06268$2b597c30$820c7490$@php.net> To: Dan Ackroyd Subject: Re: [PHP-DEV] Question/comment about the Array to String conversion RFC From: zeev@zend.com (Zeev Suraski) > On 19 =D7=91=D7=9E=D7=A8=D7=A5 2015, at 19:40, Dan Ackroyd wrote: >=20 > 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 re= moved one without a deprecation phase. So why I agree with you it's a problem to just edit the RFC without getting a= wide OK for it after a vote has concluded, what's much worse is that so man= y people voted Yes for an RFC that violated that principle, and not s single= person was bothered to even reply to a query about it. Note that contrary t= o what you said, a vote would have been equally required regardless of wheth= er we follow our deprecation process, or violate it for no good reason. You're right we won't be able to move to remove it in 7.x - but it's exactly= at the same level that we mustn't move to an error in 7.0. Zeev=