History log of /PHP-7.4/main/output.c (Results 76 – 100 of 314)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1
# ff6c9e27 30-Nov-2012 Xinchen Hui

Fixed bug #63377 (Segfault on output buffer)


# 575790e8 28-Nov-2012 Michael Wallner

fix bug #61272 ob_start callback get passed empty string


Revision tags: php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7
# 62d86209 10-Sep-2012 Dmitry Stogov

Fixed unintendent clearance of PHP_OUTPUT_ACTIVATED flag


Revision tags: php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1
# 0ad53bfd 15-May-2012 Michael Wallner

fix bug #60761 zlib.output_compression fails on refresh


Revision tags: php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1
# abd2b2ee 28-Mar-2012 reeze

- fix bug #61541, Segfault when using ob_* in output_callback


Revision tags: PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8
# 7a58d9f6 14-Feb-2012 Michael Wallner

fix compat function not passing along input buffer with php_output_context_pass() if the output_handler_func does not set out_str


# 685a3c86 14-Feb-2012 Michael Wallner

fix compat function not passing along input buffer with php_output_context_pass() if the output_handler_func does not set out_str


Revision tags: php-5.3.10, php-5.4.0RC7
# c64a69c8 31-Jan-2012 Michael Wallner

MFH: r322963

fix headers print to stdout/stderr if no output written;
fix crashes and invalid usage of output control in cli server while passing by


# 29c8658d 31-Jan-2012 Michael Wallner

fix headers print to stdout/stderr if no output written; need to make some more testsbefore committing to PHP_5_4; fix crashes and invalid usage of output control in cli server while passing by


# 3c038294 30-Jan-2012 Michael Wallner

use stderr before, stdout after php_output_startup() and sapi_module.ub_write() after php_output_activate()

- fixes Bug #60920 CLI: php -v on STDERR
- fixes Bug #60923 Failing tests fo

use stderr before, stdout after php_output_startup() and sapi_module.ub_write() after php_output_activate()

- fixes Bug #60920 CLI: php -v on STDERR
- fixes Bug #60923 Failing tests for sapi/cli

show more ...


# 9de5b6dc 30-Jan-2012 Michael Wallner

use stderr before, stdout after php_output_startup() and sapi_module.ub_write() after php_output_activate()

- fixes Bug #60920 CLI: php -v on STDERR
- fixes Bug #60923 Failing tests fo

use stderr before, stdout after php_output_startup() and sapi_module.ub_write() after php_output_activate()

- fixes Bug #60920 CLI: php -v on STDERR
- fixes Bug #60923 Failing tests for sapi/cli

show more ...


# bfccc4ed 25-Jan-2012 Michael Wallner

fix crash with display_startup_errors=1


# ef388d1f 25-Jan-2012 Michael Wallner

fix crash with display_startup_errors=1


Revision tags: php-5.4.0RC6
# 6b31413b 16-Jan-2012 Michael Wallner

Fix bug #60768 Output buffer not discarded

in php_output_handler_op():
* if appending to buffer succeeds, just return HANDLER_NO_DATA
and do nothing else
* if a zero si

Fix bug #60768 Output buffer not discarded

in php_output_handler_op():
* if appending to buffer succeeds, just return HANDLER_NO_DATA
and do nothing else
* if a zero sized string or true is returned from the handler
function, reset the context as well as the handler's buffer

show more ...


# f32760bd 16-Jan-2012 Michael Wallner

Fix bug #60768 Output buffer not discarded

in php_output_handler_op():
* if appending to buffer succeeds, just return HANDLER_NO_DATA
and do nothing else
* if a zero si

Fix bug #60768 Output buffer not discarded

in php_output_handler_op():
* if appending to buffer succeeds, just return HANDLER_NO_DATA
and do nothing else
* if a zero sized string or true is returned from the handler
function, reset the context as well as the handler's buffer

show more ...


Revision tags: php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


# db51b6b8 30-Dec-2011 Michael Wallner

follow naming convention


# ecfb3af7 30-Dec-2011 Michael Wallner

follow naming convention


# 8de2aa24 30-Dec-2011 Dmitry Stogov

Added an API call to return active output handler


# f7942c9e 30-Dec-2011 Dmitry Stogov

Added an API call to return active output handler


12345678910>>...13