Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003169 [Quercus] minor always 12-12-08 19:02 12-16-08 09:35
Reporter koreth View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 4.0.0
Summary 0003169: APC doesn't handle circular object references
Description <?php
class Foo {
  public $my_foo;
}
$foo = new Foo();
$foo->my_foo = $foo;
apc_store('foo', $foo);
apc_fetch('foo');

This dies with a stack overflow exception.
Additional Information
Attached Files

- Relationships

- Notes
(0003651)
nam
12-16-08 09:35

php/420c
php/420d
 

- Issue History
Date Modified Username Field Change
12-12-08 19:02 koreth New Issue
12-16-08 09:30 nam Status new => assigned
12-16-08 09:30 nam Assigned To  => nam
12-16-08 09:35 nam Status assigned => closed
12-16-08 09:35 nam Note Added: 0003651
12-16-08 09:35 nam Resolution open => fixed
12-16-08 09:35 nam Fixed in Version  => 4.0.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker