Yasuo Ohgaki wrote:
> Some users need current behavior. i.e. User want make to do gc everytime
> before access. User may have complex gc code to meet their needs that
> requires gc at module init.
No doubt they need a callback. Help me with an example of a GC strategy
that needs the callback on
Yasuo Ohgaki wrote:
> Ulf Wendel wrote:
>
>>
>> Yasuo Ohgaki wrote:
>>
>>> Ulf Wendel wrote:
>>>
>>>
Hi,
being not a php source code guru I need some help on understanding the
source. Why does the session module run the garbage collection from the
PHP_RINIT_FUNCTION() me
Ulf Wendel wrote:
>
> Yasuo Ohgaki wrote:
>
>>Ulf Wendel wrote:
>>
>>
>>>Hi,
>>>
>>>being not a php source code guru I need some help on understanding the
>>>source. Why does the session module run the garbage collection from the
>>>PHP_RINIT_FUNCTION() means from php_session_start()? Does the
Yasuo Ohgaki wrote:
>
> Ulf Wendel wrote:
>
> > Hi,
> >
> > being not a php source code guru I need some help on understanding the
> > source. Why does the session module run the garbage collection from the
> > PHP_RINIT_FUNCTION() means from php_session_start()? Does the user
> > notice a del
Ulf Wendel wrote:
> Hi,
>
> being not a php source code guru I need some help on understanding the
> source. Why does the session module run the garbage collection from the
> PHP_RINIT_FUNCTION() means from php_session_start()? Does the user
> notice a delay caused by PHP_RSHUTDOWN_FUNCTION()? I