Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55890 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56024 invoked from network); 21 Oct 2011 20:52:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2011 20:52:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=clint@fewbar.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=clint@ubuntu.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fewbar.com from 65.98.207.160 cause and error) X-PHP-List-Original-Sender: clint@fewbar.com X-Host-Fingerprint: 65.98.207.160 xenclint.srihosting.com Received: from [65.98.207.160] ([65.98.207.160:32817] helo=xen.spamaps.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/81-47446-7ABD1AE4 for ; Fri, 21 Oct 2011 16:52:56 -0400 Received: from fewbar.com (cpe-76-94-215-209.socal.res.rr.com [76.94.215.209]) by xen.spamaps.org (Postfix) with ESMTP id 9FC51160021 for ; Fri, 21 Oct 2011 13:52:52 -0700 (PDT) Received: by fewbar.com (Postfix, from userid 1000) id 235B628054D; Fri, 21 Oct 2011 13:52:52 -0700 (PDT) Content-Type: text/plain; charset=UTF-8 To: internals Date: Fri, 21 Oct 2011 13:52:52 -0700 Message-ID: <1319230096-sup-4515@fewbar.com> User-Agent: Sup/0.11 Content-Transfer-Encoding: 8bit Subject: PHP 5.3.9 and is_a changes From: clint@ubuntu.com (Clint Byrum) Hi everyone. I'm trying to plan things for Ubuntu's upcoming 12.04 LTS release. LTS stands for Long Term Support, and it will be supported by Canonical for 5 years. Because of this, I really want to ship a version of PHP that has an is_a() behavior that will be consistent with any future 5.3.x releases. We just recently updated to 5.3.8 in the release that will become 12.04 (precise pangolin) somewhat accidentally by following Debian's lead. We may need to cherry pick the is_a() reversion into this release, but what I'd rather do is just ship 5.3.9. The release date is April 26 2012, can anyone tell me if 5.3.9 is expected by then? Ideally it would be much much earlier than that so users have time to test. And also can somebody please confirm for me that 5.3.9 will have the is_a() behavior that one would expect all future versions of PHP 5.3 to have? Thanks!