Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47476 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22204 invoked from network); 23 Mar 2010 12:05:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2010 12:05:12 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.223 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.220.223 mail-fx0-f223.google.com Received: from [209.85.220.223] ([209.85.220.223:43643] helo=mail-fx0-f223.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/A2-07598-67EA8AB4 for ; Tue, 23 Mar 2010 07:05:11 -0500 Received: by fxm23 with SMTP id 23so1981652fxm.1 for ; Tue, 23 Mar 2010 05:05:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=l9OxN26ZhD2naitZ/4CDGewOfGCMlNLsbN4UxKXizjI=; b=m283T7Bekj0grj+/kbGGrJCR+efKTDAijUU7YGcpbc8EjaDrvoVhDsNKL2h6FKC6xi yCscWRcChTuaBcFIOlgkXOFK6xMHEutoXbfkptd+WxYogHIeM6uqzfIvTNatVIq303Y2 8pnk5R7i5OZLAEjmO4gQy8Bs4+qdF98DKnbgc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=SuolJUE3OAyu0NFwojyh1SHkX7NqZDXH6nhcfhiCSzHjzePcO8aihUoMdmrsKhyB9q 74vnCDI3KdtdUHXRK2YKoZzw1vTIpfUiapGPaWmt5ThFplPVMzn9FUmj5SFHa8/jTKX7 QPyfjKYozQLWFZQDMOsJL7N0xp9Q23kMQcQXU= MIME-Version: 1.0 Received: by 10.204.49.83 with SMTP id u19mr48519bkf.157.1269345906812; Tue, 23 Mar 2010 05:05:06 -0700 (PDT) In-Reply-To: <4BA44803.2090307@gmail.com> References: <7B11643C-4A65-4C5F-8E45-5BAC1BC546C1@gmail.com> <4BA3C75C.3070403@garfieldtech.com> <4BA44803.2090307@gmail.com> Date: Tue, 23 Mar 2010 13:05:06 +0100 Message-ID: To: Pas Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=000325559876df70a70482769fba Subject: Re: [PHP-DEV] Re: PHP 5.4 branch and trunk From: tyra3l@gmail.com (Ferenc Kovacs) --000325559876df70a70482769fba Content-Type: text/plain; charset=UTF-8 On Sat, Mar 20, 2010 at 4:58 AM, Pas wrote: > On 2010.03.19. 19:50, larry@garfieldtech.com wrote: > >> On 3/19/10 1:31 PM, Nate Abele wrote: >> >>> The point is that, for instance, PHP 5.3 was not a trivial upgrade >>>> for coders or hosters. Sure it's mostly compatible, and you certainly >>>> can write code that works from 5.0->5.3 just fine, and if not then >>>> you're probably doing something wrong... but that's most of the PHP >>>> code out there right now. :-) And naturally you can't test your code >>>> against 5.3 until it's out. >>>> >>> >>> Larry, to mitigate this issue, please refer to the exhaustive list of >>> instructions here: >>> >>> http://twitter.com/nateabele/status/10733251789 >>> >>> PLEASE NOTE: This also applies to user-land applications with test >>> suites (and here I'm risking showing my ignorance by blindly assuming >>> Drupal does, in fact, have a test suite). >>> >>> Please see http://snaps.php.net/ and http://qa.php.net/ for more >>> information. >>> >>> Thanks, >>> - Nate >>> >> >> Drupal 7 has an extensive test suite, using our own testing framework >> rather than phpt. (Let's not get into a debate about why that's the >> case; it's neither here nor there nor would I even be on just one side >> of it. ) >> >> But that's for a high-end project. It doesn't really help the code >> slingers that happen to have code they threw together that is holding >> back a hosting company who don't even know what "make" is. >> >> I am not saying people shouldn't be testing code. I'm saying the barrier >> to entry to testing common code found in the wild on a new release of >> PHP is higher than you seem to be assuming. >> >> --Larry Garfield >> >> > I think this has something to do with a large part of PHP developers living > in a Windows world, where aren't any good test suites (let alone make). > > PHPUnit is wonderful; installing it is not exactly that enjoyable. > Particularly nasty part is getting a working PEAR system on Windows. (Just > think of the BAT/CMD scripts :| ) > > -- > Pas > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > It seems that the "Implement David's Circular Garbage collection patch" was not merged into 5.3, I think it should be a good feature for 5.4 Could you check this old old list, maybe there are other nice left-out patches/ideas to pick up: http://news.php.net/php.internals/32330 Tyrael --000325559876df70a70482769fba--