1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 23:23:03 +02:00
Files
archived-php-src/main
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
..
2002-02-28 08:29:35 +00:00
2002-02-02 05:43:55 +00:00
2002-02-28 08:29:35 +00:00
2001-12-11 15:32:16 +00:00
2001-12-11 15:32:16 +00:00
2001-12-11 15:32:16 +00:00
2000-04-19 23:18:15 +00:00
2001-09-17 21:02:53 +00:00
2002-02-28 08:29:35 +00:00
2001-07-30 15:10:15 +00:00
2002-02-28 08:29:35 +00:00
2001-08-15 18:01:48 +00:00
2002-02-28 08:29:35 +00:00
2001-12-11 15:32:16 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2001-12-11 15:32:16 +00:00
2001-12-11 15:32:16 +00:00
2002-02-27 12:11:09 +00:00
2002-03-01 00:16:58 +00:00
2002-02-28 08:29:35 +00:00
2001-09-05 01:03:50 +00:00
2002-02-28 08:29:35 +00:00
2002-01-14 13:36:54 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2001-08-05 01:43:02 +00:00