Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40427 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86779 invoked from network); 10 Sep 2008 07:29:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2008 07:29:14 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:58733] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/39-23799-94777C84 for ; Wed, 10 Sep 2008 03:29:14 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 8A34B4144058; Wed, 10 Sep 2008 07:30:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZxCwPrr-mMhx; Wed, 10 Sep 2008 09:30:46 +0200 (CEST) Received: from [192.168.80.196] (unknown [195.226.16.50]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 8538A4144009; Wed, 10 Sep 2008 09:30:44 +0200 (CEST) Cc: PHP internals Message-ID: <55BB5FBC-2CD7-498A-A82F-C8377E9BDA75@pooteeweet.org> To: Lester Caine In-Reply-To: <48C773B3.106@lsces.co.uk> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Date: Wed, 10 Sep 2008 09:28:42 +0200 References: <48C5F612.6090001@lsces.co.uk> <48C60671.4040608@chiaraquartet.net> <48C6120E.6020606@lsces.co.uk> <112381E8-25B5-4968-8E93-B3B7C7152E8C@pooteeweet.org> <48C773B3.106@lsces.co.uk> X-Mailer: Apple Mail (2.928.1) Subject: Re: [PHP-DEV] Re: 5.3 Backwards Compatibility From: mls@pooteeweet.org (Lukas Kahwe Smith) On 10.09.2008, at 09:13, Lester Caine wrote: > Lukas Kahwe Smith wrote: >> Hi, >> So let me get this straight, you are complaining that all the new >> features and changes in the 5.3.0 alpha releases are not perfectly >> documented yet? > > PLEASE re-read the original post. > If my comments and QUESTIONS are taken as complaints then OK. That > is not what was intended. I am pretty sure I read that you complained that information is scattered or unavailable. If I misunderstood you I am sorry. > The 'complaint' that I have is that the changes being introduced DO > seem to be bringing in problems which when corrected for 5.3 then > cause other problems for previous versions of PHP. As an example, > the bitweaver framework currently runs out of the box on PHP4 and > PHP5. RUNNING it on PHP5.3 gives various warnings and errors that > handling for 5.3 then messes up previous versions although WHEN > migration is documented there may be options provided that solve > those problems? > ( And PEAR comes into this equation since potentially we may have to > take care of pre and post 5.3 situations? ) > Hanging fixes through the code with 'version selects' has not been > necessary much up to now but 5.3 seems to be heading that way? We > are currently working through the bitweaver 2.1 testing, on 5.2.6 > and below so have not yet had time to do any more than checking the > code runs on 5.3. The list of things to be looked at on 5.3 was > growing so has had to be shelved until the next bitweaver release is > out. One has to allocate time productively and BW is currently > paying the mortgage for me! Obviously the goal is to minimize BC issues as much as possible. Actually there has to be really sound reason to break BC. So whenever you discover a BC issue that is not noted on the scratchpad please make us aware of this by opening a bug report or by sending a mail to this list. regards, Lukas Kahwe Smith mls@pooteeweet.org