Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14788 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57072 invoked by uid 1010); 10 Feb 2005 10:30:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57057 invoked by uid 1007); 10 Feb 2005 10:30:42 -0000 Message-ID: <20050210103042.57056.qmail@lists.php.net> To: internals@lists.php.net, Carsten Harnisch Date: Thu, 10 Feb 2005 11:30:23 +0100 References: <200502100959.j1A9xiru020457@post.webmailer.de> Lines: 12 User-Agent: KNode/0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 84.154.35.94 Subject: Re: How to unload a class From: johannes@php.net (Johannes Schlueter) Hi, Carsten Harnisch 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 ... http://pecl.php.net/package/classkit johannes