Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69634 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86719 invoked from network); 17 Oct 2013 15:37:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2013 15:37:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.169 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.169 mail-ob0-f169.google.com Received: from [209.85.214.169] ([209.85.214.169:65183] helo=mail-ob0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/AF-12663-45400625 for ; Thu, 17 Oct 2013 11:37:57 -0400 Received: by mail-ob0-f169.google.com with SMTP id wp4so2035139obc.28 for ; Thu, 17 Oct 2013 08:37:54 -0700 (PDT) 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=9O7YKRFP2rmmZU8eZRER3Y2+bPeS7NkvfO797FCqYOQ=; b=fi88iOlfh8in+d10SHtWShx6fXAs6lUwXOagjwpR1nQc1Q87ruYqrzgZ4Uf0iGs6hA Bt2AwWPkIRox+xR7xKrEH76jk8LhUZZ24Q+w9au7/rRmqYjhWLdnbF+m1QxvIKZMZWVd K6uNAXEyGNA1HQMOWk2Ct038DPIO3VG7UG+4wieaB/aCAaaXdjrcC2kN/dCDKTpG6FT1 APl7h06ur87p+1PLOVHDdwW52o9EsSJnEasLsgLU+1jxmlBhjKZmetB+dFp9EDUm2F7C C8Pdiv1fuuYvHJFU8oUwJ5MnelVI5Wbui8NoHmqNZGm9lVZgwkYiU250qwVBPlC6tTZL ucEQ== MIME-Version: 1.0 X-Received: by 10.182.53.138 with SMTP id b10mr2524484obp.66.1382024273282; Thu, 17 Oct 2013 08:37:53 -0700 (PDT) Received: by 10.76.12.135 with HTTP; Thu, 17 Oct 2013 08:37:53 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Oct 2013 09:37:53 -0600 Message-ID: To: "guilhermeblanco@gmail.com" Cc: Ferenc Kovacs , Benjamin Schneider , internals Content-Type: multipart/alternative; boundary=001a11c1caeee1534a04e8f199fc Subject: Re: [PHP-DEV] Proposal: Introduction of InvalidStateException From: morrison.levi@gmail.com (Levi Morrison) --001a11c1caeee1534a04e8f199fc Content-Type: text/plain; charset=ISO-8859-1 As a reminder, we do not top-post :) @Ferenc: Ok, so let's try to wrap all these suggestion in the SPL RFC you > pointed out and vote. > In case you didn't notice, I started that RFC quite some time ago ^^ Everything still applies. > @Levi: I'd suggest to minimize BC breaks if you're willing to get this > merged. > Dunno how to proceed here, but that should be the focus. > I think major BC breaks can still make it in, we'd just have to go a different route. I was thinking something along the lines of another extension and eventually deprecate the SPL. I do agree that smaller BC breaks have a better chance of making it in, as well as making it in sooner. I suppose I'll compromise to some degree and compile a list of BC-safe changes and list them in the RFC. --001a11c1caeee1534a04e8f199fc--