[PHP-DEV] PHP 4.0 Bug #5620 Updated: Memory leaks with classes and references to objects From: Bug Database (php-dev <email protected>)
Date: 08/15/00

ID: 5620
Updated by: waldschrott
Reported By: h.raaf <email protected>
Status: Closed
Bug Type: Scripting Engine problem
Assigned To:
Comments:

1)
leaking memory is the intended behaviour using circular
references
2)
you can do (in your code)...

$oa->Bref->Aref->Bref->Aref->Bref.............
how often you want to, thatīs circular

Full Bug description available at: http://bugs.php.net/?id=5620

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>