Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55891 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57751 invoked from network); 21 Oct 2011 20:59:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2011 20:59:57 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:49524] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/C1-47446-B4DD1AE4 for ; Fri, 21 Oct 2011 16:59:56 -0400 Received: from [192.168.2.230] (ppp-93-104-52-52.dynamic.mnet-online.de [93.104.52.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 7EDBA770AC; Fri, 21 Oct 2011 22:59:52 +0200 (CEST) To: Clint Byrum Cc: internals In-Reply-To: <1319230096-sup-4515@fewbar.com> References: <1319230096-sup-4515@fewbar.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 21 Oct 2011 22:59:07 +0200 Message-ID: <1319230747.1333.2.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.3.9 and is_a changes From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2011-10-21 at 13:52 -0700, Clint Byrum wrote: > > The release date is April 26 2012, can anyone tell me if 5.3.9 is > expected > by then? Yes. 5.3.9 release cycle will start soon. Probably next week. So by April it is certainly there. I assume even 5.3.10 will be released 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? We will not change it from what is in SVN. johannes