>> What would happen to the instanciated objects? > > Only allowing class unloading for classes that have no instantiated > objects would be an option. > And how would you know if it'd been instantiated? Even if you recursively looped through every variable hash from EG(symbol_table) on down, there'd still be the possibility that one or two objects would be hiding in a resource somewhere (i.e. php_stream_context).
This is also why delete() doesn't (and likely won't ever) exist in PHP. Anyway, sounds like what he wants is classkit_import(). -Sara -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php