Re: [PHP] Help with custom session handler

2001-07-08 Thread Sascha Schumann
> There is a serious bug in PHP that seems to lead to inconsistent handling > of memory allocation that affects code that uses functions like strtok from > inside session handler functions. That is a *very* inaccurate description. It affects only session handler functions which are calle

Re: [PHP] Help with custom session handler

2001-07-08 Thread Manuel Lemos
Hello Aral, On 30-Jun-01 13:05:40, you wrote: >I'm writing a custom session handler that saves sessions using Manuel Lemos' >excellent Metabase library. The problem is, although I've got the >session_set_save_handler function pointing to the correct start, end, read, >write, destroy and garbage

[PHP] Help with custom session handler

2001-06-30 Thread Aral Balkan
I'm writing a custom session handler that saves sessions using Manuel Lemos' excellent Metabase library. The problem is, although I've got the session_set_save_handler function pointing to the correct start, end, read, write, destroy and garbage collection functions, when I call session_start and