== Quote from Andi Gutmans ([EMAIL PROTECTED])'s article > He doesn't necessarily own a reference but tries to access it in the > destructor.
IMO, this is bad programming. If an object wants to access another object (global or not), it has to own a reference on it, to guaranty the referenced object will be destroyed afterwards (so including destructor). Stephane -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php