On Wed, February 20, 2008 9:23 am, Sylvain R. wrote: > I would like to implement it in order to delete automaticly from > memory > useless objects. > It can be really useful for example to make schedulers in PHP in order > to > avoid "max memory usage exceeded" errors. If you really don't need it any more, unset all the variables pointing to it. PHP Garbage Collects it. Problem solved. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php