Re: [PHP] Re: unable to unset reference

2008-02-20 Thread Zoltán Németh
2008. 02. 19, kedd keltezéssel 13.39-kor Shawn McKenzie ezt írta: > Sylvain Rabot wrote: > > Hello, > > > > First of all I would like to know if one day we will be able to unset > > $this into a class in order to destroy the object. It could really be > > useful to prevent big memory usage. > > >

Re: [PHP] Re: unable to unset reference

2008-02-19 Thread Wolf
Shawn McKenzie <[EMAIL PROTECTED]> wrote: > Shawn McKenzie wrote: > > Sylvain Rabot wrote: > >> Hello, > >> > >> First of all I would like to know if one day we will be able to unset > >> $this into a class in order to destroy the object. It could really be > >> useful to prevent big memory

[PHP] Re: unable to unset reference

2008-02-19 Thread Shawn McKenzie
Shawn McKenzie wrote: > Sylvain Rabot wrote: >> Hello, >> >> First of all I would like to know if one day we will be able to unset >> $this into a class in order to destroy the object. It could really be >> useful to prevent big memory usage. >> >> As it can't be done I tried to unset an object by

[PHP] Re: unable to unset reference

2008-02-19 Thread Shawn McKenzie
Shawn McKenzie wrote: > Sylvain Rabot wrote: >> Hello, >> >> First of all I would like to know if one day we will be able to unset >> $this into a class in order to destroy the object. It could really be >> useful to prevent big memory usage. >> >> As it can't be done I tried to unset an object by

[PHP] Re: unable to unset reference

2008-02-19 Thread Shawn McKenzie
Sylvain Rabot wrote: > Hello, > > First of all I would like to know if one day we will be able to unset > $this into a class in order to destroy the object. It could really be > useful to prevent big memory usage. > > As it can't be done I tried to unset an object by unsetting a reference > of th