Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18306 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58823 invoked by uid 1010); 23 Aug 2005 12:26:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58808 invoked from network); 23 Aug 2005 12:26:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2005 12:26:13 -0000 X-Host-Fingerprint: 87.123.84.135 i577B5487.versanet.de Received: from ([87.123.84.135:14391] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D2/3E-28235-5E51B034 for ; Tue, 23 Aug 2005 08:26:13 -0400 Message-ID: To: internals@lists.php.net Date: Tue, 23 Aug 2005 14:26:10 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <3F.BD.28235.6A21B034@pb1.pair.com> In-Reply-To: <3F.BD.28235.6A21B034@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 87.123.84.135 Subject: Re: BC break list? From: lsmith@php.net (Lukas Smith) DvDmanDT wrote: > Hello everyone.. I woke up this morning with an idea, that I think would be > useful: a BC break list. I think that could benefit alot of people, and I > don't think it would be that much work to implent (I can do the scripting if > noone else cares to). I would need some input from you guys though, things > like where to find a complete list of all releases (including RC's and > Betas), then we'd need to assemble all BC breaks. Like the following? http://www.php.net/manual/en/faq.migration4.php http://www.php.net/manual/en/faq.migration5.php Beyond that in theory there should be no BC breaks in anything but major versions. Then again history tells us that theory does not match practice. So maybe we do need something more finely grained. regards, Lukas