Home » PHP » PHP_Compat » Bug #7520
cyclic reference cloning causes timeout
Details
| Submitted | 2006-04-28 17:27 UTC |
|---|---|
| From | ben at mediafirma dot com |
| Assigned | aidan |
| Status | Closed |
| Package | PHP_Compat |
| PHP Version | 4.3.11 |
| OS | Mac OS X 10.4 |
| Roadmaps | 1.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.