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

Attachment: output_session.diff.gz
Description: GNU Zip compressed data

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

Reply via email to