History log of /PHP-7.3/main/output.c (Results 151 – 175 of 306)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.2RC3, RELEASE_0_9b
# 4c8e30ec 06-May-2003 Sebastian Bergmann

MFB: Fix for bug #23489.


Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 7f5a42da 04-Apr-2003 Sascha Schumann

Backout Jani's commit to resync branches


# ff22d581 03-Apr-2003 foobar

WS & CS fix


# 7e2fcf98 03-Apr-2003 Sascha Schumann

Add some checks and avoid passing invalid data to call_user_function_ex.

Fixes some heap corruption and allocation of negative amounts of memory.


# f7a84998 03-Apr-2003 Moriyoshi Koizumi

Fixed memleak in output buffering facility


# e2333fd1 01-Apr-2003 Sascha Schumann

Fix an uninitialized read, default to FAILURE


# 5ca07877 25-Mar-2003 Sebastian Bergmann

Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.


Revision tags: php-4.3.2RC1
# 5c90216d 06-Mar-2003 David Hill

64-bit correction to variables passed to zend_parse_parameters
@64-bit correction to variables passed to zend_parse_parameters (Dave)


Revision tags: php-4.3.1
# a09e1397 09-Feb-2003 foobar

Fixed compile failures when ZLIB / PCRE are compiled as shared
extensions in same build.


# 2546f09b 03-Feb-2003 Hartmut Holzgraefe

proto-fix


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 9bb3dc69 27-Jan-2003 Ilia Alshanetsky

Removed pointless checks.


# 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.


12345678910>>...13