Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76764 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91767 invoked from network); 21 Aug 2014 18:09:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2014 18:09:23 -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.219.46 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.46 mail-oa0-f46.google.com Received: from [209.85.219.46] ([209.85.219.46:36870] helo=mail-oa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/B1-18459-2D536F35 for ; Thu, 21 Aug 2014 14:09:23 -0400 Received: by mail-oa0-f46.google.com with SMTP id m1so7784925oag.19 for ; Thu, 21 Aug 2014 11:09:19 -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=0M4sfEJy0tySiiaV1fu96vtwf4vJlqUcLXm/CHfGDYQ=; b=mr8aZ9y4R075wZ09lj6AjgXjW/S3LcUpABw5LkkXeO5hDAtSXoX3YOe8R/Eklp5hux r6uBywJlMXFdbz04e4CIPdwkPiDvDL63DiDrU2ZU6PYS8YlHqEQ0DQQ1LO23z+kIFiTx IqxMkz/xWrX59u+WjyvnlMSN2knGji19VejX9a3WSMW7EFySG8cz2VRQQtZfJQSHH5CA aFmZGNctlZl2nSmxWSAP+uP7cQTRJuLs2JFRCAyCemNbZPkyluB4k+UVbgWt9gEDLp4Z e+umWwBSt0vv9WEe9k3lsOR0ewp+x5b9Gpfi9PdgP4XC3MJnKZpJWmFtI57NEzcWhB9N n+Vw== MIME-Version: 1.0 X-Received: by 10.60.65.8 with SMTP id t8mr114440oes.47.1408644559537; Thu, 21 Aug 2014 11:09:19 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.7.41 with HTTP; Thu, 21 Aug 2014 11:09:19 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Aug 2014 12:09:19 -0600 X-Google-Sender-Auth: KAZigSb5lW6n7NvpADHq6oNq7g8 Message-ID: To: Adam Harvey Cc: Derick Rethans , PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] On BC and not being evil (Was: Re: [PHP-DEV] [RFC] Integer Semantics) From: levim@php.net (Levi Morrison) > Every time we break BC =E2=80=94 in either of the ways Derick said =E2=80= =94 we narrow > the subset of PHP 5 and PHP 7 that's available to people writing PHP > code that has to work on both. If we narrow it too far, it'll be too > unexpressive, or too hard to use, or just plain won't do something > that they'll need, and PHP 7 will risk becoming this decade's Perl 6: > the cautionary tale for what happens when you burn all the boats. I agree with this idea principle. I disagree that these RFCs are breaking so much backwards compatibility to create the next Perl 6.