History log of /php-src/main/output.c (Results 201 – 225 of 345)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.

# 87a8b040 31-Dec-2002 Ilia Alshanetsky

Fix ZTS build.

# 0acb52fc 30-Dec-2002 Ilia Alshanetsky

Fixed bug #21228 (broken check for ob_gzhandler).
Fixed a bug that made ob_start return incorrect return value.

Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1
# 1143a702 07-Oct-2002 Zeev Suraski

Whitespace

# df55f357 06-Oct-2002 Zeev Suraski

Revert the implicit_flush mess.

Do not revert it again under any circumstances!

Yasuo/anybody else - if there are issues with implicit_flush, please inform
me and I will fix the

Revert the implicit_flush mess.

Do not revert it again under any circumstances!

Yasuo/anybody else - if there are issues with implicit_flush, please inform
me and I will fix them.

show more ...

# de36720e 06-Oct-2002 Zeev Suraski

Begin the cleanup - remove ob_flush_all()

# 518e61de 04-Oct-2002 Marcus Boerger

suggest paranthesis around || and &&

# 39b0eb9b 03-Oct-2002 Yasuo Ohgaki

Fixed broken code by Derick.
ob_implicit_flush() and ob_flush_all() are stopped working.
var_dump() and hightlisht_string() outputs buffer contents wrongly
with ob_implicit_flush().

Fixed broken code by Derick.
ob_implicit_flush() and ob_flush_all() are stopped working.
var_dump() and hightlisht_string() outputs buffer contents wrongly
with ob_implicit_flush().

Everyone should be happy now.
It was only OG(implicit_flush) interpretation issue after all.

show more ...

# df431074 03-Oct-2002 James Moore

Keep comments and code in sync.

# b169932d 03-Oct-2002 Sebastian Bergmann

Fix warnings.

# 9b517c4b 03-Oct-2002 Derick Rethans

- Revert changed to implicit_flush behavior. The new behavior was not
intended in the first place.

# 6c7202e1 03-Oct-2002 Yasuo Ohgaki

Added comment for php_output_set_status().
Please use this function if you would like to prevent unwanted flush
by implicit_flush=On or ob_implicit_flush().

# 66a50c53 03-Oct-2002 Yasuo Ohgaki

Added ob_flush_all() that flushes bufferred contents until it actually
sent/printed.
@ Added ob_flush_all() that flushes all buffers. (Yasuo)

# f534dc8f 03-Oct-2002 Yasuo Ohgaki

Added missing proto and foldings.

# 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

12345678910>>...14