Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47434 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23595 invoked from network); 19 Mar 2010 18:31:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2010 18:31:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=nate.abele@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nate.abele@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.78.24 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: nate.abele@gmail.com X-Host-Fingerprint: 74.125.78.24 ey-out-2122.google.com Received: from [74.125.78.24] ([74.125.78.24:16479] helo=ey-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/97-14064-A03C3AB4 for ; Fri, 19 Mar 2010 13:31:39 -0500 Received: by ey-out-2122.google.com with SMTP id d26so53042eyd.7 for ; Fri, 19 Mar 2010 11:31:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:cc:to :mime-version:x-mailer; bh=ZU6GZ/T2YatuhdVvmZw+R0eiMGnp5Qpx8AVe8wuYbEU=; b=p4pbA32IqNKScXoT87CJoXG3rLuDr/J0ohQcwq+9gjDSN2LJH0sHQG8bXRXVto5wLw sWqfZ+gYRbx8XaTfXVAvU84n4USReGEhfYy9XVYbLU4wPB3oZy+UCowr9vRBXNziCAwn otUfDlbaPVzbz7nwBLQ9pgLxCz/ZyAVaBIYLw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version:x-mailer; b=F6nHzGFhq3BNH+XjoLNoAXm0p+sUSLO9JZ4vFNBGct/n7VL2C1Q/QkFpuNet0Zn1DS L4T+dp5pQTN1nej2tGrT06wo7XLNaV+saKr18FGbvwfZpTgmPdTUnrigD5dT4PUCESIs bMVLIo5HWruGpfKEpz5FK400SHw9/s8OgTpiI= Received: by 10.213.98.143 with SMTP id q15mr9065623ebn.67.1269023495019; Fri, 19 Mar 2010 11:31:35 -0700 (PDT) Received: from [192.168.39.225] (rrcs-69-193-175-134.nyc.biz.rr.com [69.193.175.134]) by mx.google.com with ESMTPS id 14sm568115ewy.10.2010.03.19.11.31.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Mar 2010 11:31:34 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Fri, 19 Mar 2010 14:31:31 -0400 Message-ID: <7B11643C-4A65-4C5F-8E45-5BAC1BC546C1@gmail.com> Cc: Larry Garfield To: PHP Development Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) Subject: Re: PHP 5.4 branch and trunk From: nate.abele@gmail.com (Nate Abele) > 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