Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10853 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19623 invoked by uid 1010); 1 Jul 2004 05:25:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19539 invoked from network); 1 Jul 2004 05:25:57 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 1 Jul 2004 05:25:57 -0000 Received: (qmail 24295 invoked from network); 1 Jul 2004 05:25:56 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 1 Jul 2004 05:25:56 -0000 Message-ID: <5.1.0.14.2.20040630222241.04cf1ec0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 30 Jun 2004 22:25:51 -0700 To: Moriyoshi Koizumi ,internals@lists.php.net Cc: andi@php.net In-Reply-To: <40E22E19.5010007@at.wakwak.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Fix for bug #28325 From: andi@zend.com (Andi Gutmans) References: <40E22E19.5010007@at.wakwak.com> Hi Moriyoshi, The object handle is not a unique identifier. Different object types (e.g. PHP objects, SimpleXML objects) can have the same object handle. The real unique identifier is object handle + object handlers array or more useful in your case, possibly class name and object handle. Andi At 12:06 PM 6/30/2004 +0900, Moriyoshi Koizumi wrote: >I made a patch for bug #28325. >I'd like to see this one applied by the time PHP5 gets out of the door. > >http://www.voltex.jp/patches/bug28325-preliminary.patch.diff > >Regards, >Moriyoshi