On Mon, December 4, 2006 10:24 am, Bruce Bailey wrote:
> In any case, I was under the impression from the php.ini setting
> 'session.gc_probability' that script memory was not necessarily freed
> when
> the script ends.  Is this not correct?

That is not correct.

GC probability refers to the odds that PHP will try to clean up
un-used clutter during the course of a script.

When the script ends, everything is nuked, with no GC setting involved
in any way.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to