PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PHP » PHP_Compat » Bug #7520

cyclic reference cloning causes timeout

Details

Submitted2006-04-28 17:27 UTC
Fromben at mediafirma dot com
Assignedaidan
StatusClosed
PackagePHP_Compat
PHP Version4.3.11
OSMac OS X 10.4
Roadmaps1.6.0a1

Comments

[2006-04-28 17:27 UTC] ben at mediafirma dot com

Description:
------------
I have objects that have child objects that have child
objects. All these objects have references to their parent
object (dually linked). When trying to clone these objects
using the serialize/deserialize clone, it causes significant
slow-downs and will sometimes timeout.