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
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
Andi Gutmans wrote:
The object handle is not a unique identifier.
Are there any plans on implementing a really unique identifier to
objects? This would, among other things, allow objects to be used as
array keys.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/