Re: [PHP] Re: Problem with memory management

2008-10-11 Thread Alan Boudreault
Eric Butera wrote: On Sat, Oct 11, 2008 at 1:58 PM, Alan Boudreault <[EMAIL PROTECTED]> wrote: Richard Heyes wrote: Problem with memory management I sure know that feeling... :-/ So, there is no other choice that waiting a new PHP release ? -- Alan Boudreault Mapge

Re: [PHP] Re: Problem with memory management

2008-10-11 Thread Eric Butera
On Sat, Oct 11, 2008 at 1:58 PM, Alan Boudreault <[EMAIL PROTECTED]> wrote: > Richard Heyes wrote: >>> >>> Problem with memory management >>> >> >> I sure know that feeling... :-/ >> >> > > So, there is no other choice that waiting a new PHP release ? > > -- > Alan Boudreault > Mapgears > http://ww

Re: [PHP] Re: Problem with memory management

2008-10-11 Thread Alan Boudreault
Richard Heyes wrote: Problem with memory management I sure know that feeling... :-/ So, there is no other choice that waiting a new PHP release ? -- Alan Boudreault Mapgears http://www.mapgears.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP] Re: Problem with memory management

2008-10-11 Thread Richard Heyes
> Problem with memory management I sure know that feeling... :-/ -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Problem with memory management

2008-10-10 Thread Nathan Rixham
Eric Butera wrote: On Fri, Oct 10, 2008 at 3:32 PM, Nathan Rixham <[EMAIL PROTECTED]> wrote: Alan Boudreault wrote: Hi all, I'm wondering why PHP doesn't free my memory with this test code. The memory usage is always the same even if i unset my object. The Garbage collector seems to only free

Re: [PHP] Re: Problem with memory management

2008-10-10 Thread Eric Butera
On Fri, Oct 10, 2008 at 3:32 PM, Nathan Rixham <[EMAIL PROTECTED]> wrote: > Alan Boudreault wrote: >> >> Hi all, >> >> I'm wondering why PHP doesn't free my memory with this test code. The >> memory usage is always the same even if i unset my object. The Garbage >> collector seems to only free the

[PHP] Re: Problem with memory management

2008-10-10 Thread Nathan Rixham
Alan Boudreault wrote: Hi all, I'm wondering why PHP doesn't free my memory with this test code. The memory usage is always the same even if i unset my object. The Garbage collector seems to only free the memory at the end of the script. Here's the php Scripts that i use for testing: ec