On Sun, Sep 23, 2001 at 08:03:59PM +0200, Jeroen van Wolffelaar wrote : 
> > Is it currently possible to undefine user functions or classes at
> > runtime? Although not a newbie ;) I'm unsure if its possible
> > right now.
> 
> No, you can't do that in PHP-userland (in the C code it can be done, see
> implementation of create_function).

> And IMHO that should remain so.
> 
> > If not, will this be support (ZE2) ?
> 
> I hope not. Can you give an example where you think it will be useful?

I'm currently writing an application which is only a dumb client
stub (php-gtk) which receives its code via xml-rpc and executes
it. The problem I have is that I can't refetch the same code
again because I redefinition errors of all kind.

- Markus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to