Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17509 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98754 invoked by uid 1010); 3 Aug 2005 11:06:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98739 invoked from network); 3 Aug 2005 11:06:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2005 11:06:57 -0000 X-Host-Fingerprint: 84.57.5.191 dsl-084-057-005-191.arcor-ip.net Received: from ([84.57.5.191:16354] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CE/F1-04646-155A0F24 for ; Wed, 03 Aug 2005 07:06:57 -0400 To: internals@lists.php.net Date: Wed, 3 Aug 2005 13:07:33 +0200 Message-ID: <20050803130733.4c0647ec.pierre@dotgeek.org> References: <5.1.0.14.2.20050726174616.08404c10@localhost> X-Newsreader: Sylpheed version 2.0.0beta6 (GTK+ 2.6.7; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 84.57.5.191 Subject: Re: PHP 5.1 Release Candidate 1 From: pierre@dotgeek.org (Pierre-Alain Joye) On Tue, 26 Jul 2005 17:50:07 -0700 andi@zend.com (Andi Gutmans) wrote: > Hi all, > > As planned (a tiny bit delayed), I'd like to RC1 PHP 5.1 within > the next few days. I suggest to aim for Tuesday in a week. > If there are any critical issues which need addressing please > email me. Mind to create the branche? :) > As previously mentioned, I'd like to branch of PHP_5_1 after RC1 > in order to allow for the Unicode merge to take place. We'll need > about a week of HEAD silence in the core components (Dmitry and > Andrei will indicate which ones) so that we can do the merge. I still like to see is_a not deprecated unless we have a valid alternative. As Mike mentioned already, we do not have a replacement for this function, instanceof being useless as it miserably failed when you check against a non existent class. Regards, --Pierre