Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65260 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27483 invoked from network); 28 Jan 2013 15:47:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2013 15:47:58 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.214.176 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:55460] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/3F-28517-DAD96015 for ; Mon, 28 Jan 2013 10:47:57 -0500 Received: by mail-ob0-f176.google.com with SMTP id v19so2880046obq.35 for ; Mon, 28 Jan 2013 07:47:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:references:in-reply-to:mime-version:x-mailer :thread-index:date:message-id:subject:to:cc:content-type :x-gm-message-state; bh=P1XeEnY6RrsyH1pMqgJ9zoP7cPA4/6Q+M4siwVNJ6VI=; b=gWFQdbqwB1iY3OKpTU9PNAUw1y5z8OOInCODwd3rP91CzTV64s8E90LloHN8YMSQrK zhDNqcFajL8oURoBRDlR6k6iYvKIoyqiM3wLFTxYkReuGB4/6e5h6gOXcEeAHvZ77zU0 d0qKs4NdUjQBrXPNrTFkDNr84sDORCW8zxeg+fZI5d01EYHGk9FEK794rT/GMxeELEbz o2T3I4zGCqhsNynQawonwRPWn1b5OnO73KXEO/PgC6J6IgL3jdCzOKuhQM2X0taOUCo1 nxcJ8EKZFOu+EcrSfQYZPU2e3YM17cxRd+ybFORvgFHHUty2luknp1cqqvansrgYUKac Jz9g== X-Received: by 10.60.32.200 with SMTP id l8mr11864716oei.43.1359388074810; Mon, 28 Jan 2013 07:47:54 -0800 (PST) References: <1460659e-237d-4c7c-8cfa-523ec857d646@email.android.com> In-Reply-To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQFvKJzzK5NHNcd9o6NPNThI8li5VwHdwAgiAgQ+MdAB/AW5LgIN5nOxAarVJb8CK4XPgJi+ehIw Date: Mon, 28 Jan 2013 17:47:54 +0200 Message-ID: To: Pierre Joye Cc: Alan Knowles , Gustavo Lopes , PHP Internals Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmZ+O8yjePFc4XmSensg7DQAT2Xg5aMC3jf/vsbABnoaVWzKHhF+SUcmqgiVxBwUWTBhl7QJoQHZeKVZqcl5m6lY9Rwwf01kDH9ozV6AodP80OfNxl3GcAcqUOEYLRZjchYL7Yg Subject: RE: [PHP-DEV] [VOTE] Deprecate and remove calls from incompatible context From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: Pierre Joye [mailto:pierre.php@gmail.com] > Sent: Monday, January 28, 2013 5:46 PM > To: Zeev Suraski > Cc: Alan Knowles; Gustavo Lopes; PHP Internals > Subject: Re: [PHP-DEV] [VOTE] Deprecate and remove calls from incompatible > context > > 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. What does it mean then? That implementing this RFC waits for 6.0 or that it was invalid in the first place? Zeev