php-src/ext/zlib
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 change test-name 2001-07-13 15:49:18 +00:00
config0.m4 Unified the configure messages. 2001-11-30 19:00:13 +00:00
CREDITS Send Content-Length if we're sending just one chunk 2001-08-16 23:34:25 +00:00
Makefile.in all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c 2000-11-21 00:40:13 +00:00
php_zlib.h Update headers. 2001-12-11 15:32:16 +00:00
setup.stub last bunch of extensions moving to ext/ 1999-04-22 02:48:28 +00:00
zlib_fopen_wrapper.c Maintain headers. 2002-02-28 08:29:35 +00:00
zlib_win32_howto.txt Adding a short WIN32_HOWTO and moving library and header files to php_build 2000-04-21 12:21:47 +00:00
zlib.c Added ob_get_status() to get array of buffers and it's status. 2002-03-01 03:05:50 +00:00
zlib.dsp changed zlibstat.lib -> zlib.lib, which is the correct name 2001-02-20 15:05:37 +00:00