Johannes Schlueter wrote:
I would like to "unload" a class loaded previously by require_once.
Mainly I am working on a daemon where handler-classes should be loaded and
unloaded on demand.

You could remove a class using classkit ...

No, you could remove the methods that belong to the class and/or rename the class, but class removal isn't possible. (What would happen to the instanciated objects?)


S

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to