Hello Yasuo,

I'd like to check your patch too before you commit it. I want to see if it
fixes some problems that I have with sessions, and doesn't introduce new
ones. I'll apply this patch to my local tree here now and do some testing.
Against which CVS version is this patch made?

Derick

On Sun, 24 Feb 2002, Yasuo Ohgaki wrote:

> Hi all,
>
> I've been requesting comment for session and output
> patch. So far, I've got no reply except from Sascha.
>
> Session module change summary
>   - fixed crashes when save handler returned FAILURE.
>   - fixed mm save handler
>   - fixed bogus error message for serializer
>   - fixed sticky save handler problem with session_module_name()
>   - fixed memory leaks when paramter is invalid.
>   - added more error message to that users will find problems
>     in their code.
>   - improved TSRM support
>   - changed status value so that bitwise operation can be done.
>     (I would like to add session_abort() function later)
>
> Output control change summary
>   - prevent crash when deleting output buffer.
>   - added flag for deletable buffer or not (php_ob_start_buffer)
>   - added ob_get_status() to get list of active output buffers.
>   - changed ob_*() functions to return bool. TRUE for success
>     FALSE for failure. Appropriate error message is issued.
>
> I've been testing this patch and find no new problem
> with this patch so far.
>
> If you have comment, please let me know now.
> I would like to commit and fix other problems one by one.
>
> --
> Yasuo Ohgaki
>


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

Reply via email to