Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65259 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26129 invoked from network); 28 Jan 2013 15:45:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2013 15:45:49 -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.215.44 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:59924] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/EE-28517-B2D96015 for ; Mon, 28 Jan 2013 10:45:48 -0500 Received: by mail-la0-f44.google.com with SMTP id eb20so901821lab.31 for ; Mon, 28 Jan 2013 07:45:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=7xulLYGIuTbHpK7QfuaUR5R2coNvikoQwt9TbsG1f54=; b=FcFYLvmaPOwKToZs20ZSrLjFgKFdXeW3y1gL8TfTmbCXZzoxIo7vi/lj0z17b+exq5 dxyIKrclInh9xYHIhfM+LumSQrFzo2c0H6IF133aKiTFC4Q0ea1zjJ8m5fpg9ufVxVVv QAT8iE1DXvKVWxZrBnRiBBr66YX9xKTagGzCluKaQKkgmHrRvOCXOP7fKR/yYaCoUB3Y IRzN/5+7ZlDEP70hLpYSWOdgP2FPGHrtMN42iScLtW1EXtvXk+V4vdiNZM76LwAuht31 t+RwEciaUqbv4n3b7eQ9T2ZzHh7L4flA+xi2L9fBECbjVd2Pnm1uT0hnTUK1gQLcXtgg +VVg== MIME-Version: 1.0 X-Received: by 10.112.87.66 with SMTP id v2mr3897221lbz.130.1359387943956; Mon, 28 Jan 2013 07:45:43 -0800 (PST) Received: by 10.112.2.69 with HTTP; Mon, 28 Jan 2013 07:45:43 -0800 (PST) In-Reply-To: References: <1460659e-237d-4c7c-8cfa-523ec857d646@email.android.com> Date: Mon, 28 Jan 2013 16:45:43 +0100 Message-ID: To: Zeev Suraski Cc: Alan Knowles , Gustavo Lopes , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [VOTE] Deprecate and remove calls from incompatible context From: pierre.php@gmail.com (Pierre Joye) hi Zeev, On Mon, Jan 28, 2013 at 4:30 PM, Zeev Suraski wrote: >> -----Original Message----- > Can you explain why you think it's a major BC break? The RFC suggested that > the BC break would be minimal and that the likelihood a lot of people used > it is very low. If you think differently and share it it might put it in a > different light. Problem is that we do not allow BC break in 5.5, at all, minor or not. Minor vs major BC is all relative, a minor BC for someone can create large issues for someone else, that's why we do not allow BC, in general. Killing some outdated "security" features however may fit better, but I am really not sure this one is worse the risk. Cheers, -- Pierre @pierrejoye