php-src/ext/session
Yasuo Ohgaki 82a8d372e5 Added ob_get_status() to get array of buffers and it's status.
(DO NOT document this function yet)

Fixed crash bug with ob_end_*() function. ob_end_*() will not delete
buffers that may not be deleted.

php_start_ob_buffer() and php_ob_set_internal_handler() takes parameter for
if the buffer created may be deleted or not.

Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be
deleted until script finshes.

Changed ob_*() function that have void return type to bool. All ob_*()
functions return TRUE for success, FALSE for failure.

@ - Added ob_get_status() to get array of buffers and it's status. (Yasuo)
@ - Fixed crash bug with ob_end_*() function. ob_end_*() will not delete
@   buffers that may not be deleted. (Yasuo)
@ - Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be
@   deleted until script finshes. (Yasuo)
@ - Changed ob_*() function that have void return type to bool. All ob_*()
@   functions return TRUE for success, FALSE for failure. (Yasuo)
2002-03-01 03:05:50 +00:00
..
tests Make these tests succeed with non-standard settings 2002-01-10 05:11:19 +00:00
config.m4 Unified the configure messages. 2001-11-30 19:00:13 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
Makefile.in Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd 2000-05-02 04:01:15 +00:00
mod_files.c Maintain headers. 2002-02-28 08:29:35 +00:00
mod_files.h Maintain headers. 2002-02-28 08:29:35 +00:00
mod_files.sh - cleanup code 1999-08-22 14:14:46 +00:00
mod_mm.c Maintain headers. 2002-02-28 08:29:35 +00:00
mod_mm.h Maintain headers. 2002-02-28 08:29:35 +00:00
mod_user.c Maintain headers. 2002-02-28 08:29:35 +00:00
mod_user.h Maintain headers. 2002-02-28 08:29:35 +00:00
php_session.h Maintain headers. 2002-02-28 08:29:35 +00:00
session.c Added ob_get_status() to get array of buffers and it's status. 2002-03-01 03:05:50 +00:00
setup.stub first import of session module 1999-06-05 19:52:58 +00:00