Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53582 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33371 invoked from network); 25 Jun 2011 09:11:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2011 09:11:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.35 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.35 mail-5.de-punkt.de Received: from [93.190.64.35] ([93.190.64.35:40771] helo=mail-5.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/B4-16311-D46A50E4 for ; Sat, 25 Jun 2011 05:11:43 -0400 Received: (qmail 3857 invoked by uid 511); 25 Jun 2011 09:11:38 -0000 Received: by simscan 1.3.1 ppid: 3853, pid: 3855, t: 0.0284s scanners: attach: 1.4.0 Received: from unknown (HELO ?192.168.2.31?) (sb@sebastian-bergmann.de@87.185.125.244) by 0 with ESMTPA; 25 Jun 2011 09:11:38 -0000 Message-ID: <4E05A64C.6070609@php.net> Date: Sat, 25 Jun 2011 11:11:40 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: internals@lists.php.net References: <4E047C43.4030109@anderiasch.de> In-Reply-To: <4E047C43.4030109@anderiasch.de> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] from __future__ import... From: sebastian@php.net (Sebastian Bergmann) Am 24.06.2011 14:00, schrieb Florian Anderiasch: > - Would it be worth some effort in PHP itself so that people could > code forward-compatible in 5.x to anticipate BC breaks in 5.x+1? Along the same lines, but not WRT BC, is http://pear.php.net/PHP_Compat which backports features by implementing them in PHP. -- Sebastian Bergmann Co-Founder and Principal Consultant http://sebastian-bergmann.de/ http://thePHP.cc/