History log of /PHP-7.3/main/output.c (Results 176 – 200 of 306)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 22bf2938 03-Oct-2002 Yasuo Ohgaki

Move wrong output buffer usage check to ob_gzhandler init.
Export some output buffer functions.


# bec4574f 03-Oct-2002 Yasuo Ohgaki

Made some functions inline.
Added static for unexported functions.


# bd177ce7 03-Oct-2002 Yasuo Ohgaki

Added ob_get_clean() and ob_get_flush().
Someone requested this feature before.
@ Added ob_get_clean() and og_get_flush(). (Yasuo)


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 1e6557f6 02-Oct-2002 Marcus Boerger

Fix implicit_flush


# ff51ed7c 02-Oct-2002 Marcus Boerger

Modified get_status(): Display chunk_size allways and size which is in
most cases initial_size as well as block_size only when used.


# d4bba6d1 02-Oct-2002 Marcus Boerger

Revisted Wez patch: chunk_size 0 means cahce the whole output. So
we must apply the default before calling php_enable_output_compression().
I have left the default setting in the rinit functi

Revisted Wez patch: chunk_size 0 means cahce the whole output. So
we must apply the default before calling php_enable_output_compression().
I have left the default setting in the rinit function even though i do think
it is not necessary.

show more ...


# e92abff8 01-Oct-2002 Yasuo Ohgaki

Fixed bug #17825. Double zval_ptr_dtor().


# 3d8e33f0 01-Oct-2002 Yasuo Ohgaki

Fixed implicit flush.


# ecf146cb 30-Sep-2002 Yasuo Ohgaki

Users can shoot themselves by their own output handler always.
Therefore, this check is overkill and it should be documented
limitation, IMO.

Anyway, a little optimization.


# 4356932d 30-Sep-2002 Wez Furlong

Fix infinite recursion bug when using zlib output compression.
Cause: the chunk size is taken from the zlib.output_compression setting,
which is 0 or 1. This causes the block_size for output

Fix infinite recursion bug when using zlib output compression.
Cause: the chunk size is taken from the zlib.output_compression setting,
which is 0 or 1. This causes the block_size for output buffer to be set
to 0 (1 / 2) and thus causes infinite recursion in php_ob_allocate().
Solution: use a value of 0 for the chunk size which will use the default
sizes. Also add a sanity check which will default the block_size to 1
if it ends up as 0.

show more ...


# 85f4abfd 23-Sep-2002 Zeev Suraski

Fix bug #19525


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# 714c19fe 01-Sep-2002 Sebastian Bergmann

Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double_buffering.


# 8638bb88 25-Aug-2002 Marcus Boerger

Removed __output_handler as everybody seems against such implicit
behaviour. Instead supply error message.


# 6d97e0c3 25-Aug-2002 Marcus Boerger

Use zend_is_callable() instead of php_check_object_method_array() and
drop the latter. THX to Markus Fischer - i did not recognize this function.

@Expanded ob_start() to allow object par

Use zend_is_callable() instead of php_check_object_method_array() and
drop the latter. THX to Markus Fischer - i did not recognize this function.

@Expanded ob_start() to allow object parameters without methodnames and
@use default method __output_handler(). (Marcus)

show more ...


# 08ab630d 25-Aug-2002 Marcus Boerger

Reenable array(object,method) in ob_start()


Revision tags: php-4.2.3RC1
# a6e8e723 23-Aug-2002 Zeev Suraski

Fix ob_gzhandler()'s handling of requests w/o compression but that do have
the Accept-Encoding header


# 28970b92 22-Aug-2002 Marcus Boerger

fix warning


# 5e7a9af0 21-Aug-2002 Marcus Boerger

full decopling of size parameters of ob_start() and internal buffer handlers
#intended behaviour is now fully implemented,


# b98c2638 21-Aug-2002 Marcus Boerger

Ignore double_buffering for ob_start().


# 8e106596 20-Aug-2002 Marcus Boerger

Revert ob_start() defaults to 40K/10K until i find a better solution.


# 2a443b2e 20-Aug-2002 Marcus Boerger

Changed handling of output buffer sizes.
@Added php.ini option "double_buffering" that forces an additional first
@output buffer and improved handling of buffer sizes. (Marcus)


# 8b30aeac 19-Aug-2002 Marcus Boerger

-use of php_error_docref
-some more information in ob_get_status()


# 3ffe4cb1 13-Aug-2002 Rasmus Lerdorf

bool not boolean


# 34362341 13-Aug-2002 Rasmus Lerdorf

Use int, not integer.


# 21903dfc 10-Aug-2002 Marcus Boerger

corrected handling of internal output buffers
minor fixs


12345678910>>...13