History log of /PHP-5.6/main/output.c (Results 26 – 50 of 251)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 63e5f97d 26-Dec-2011 Stanislav Malyshev

fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)


# 87b9f7bb 26-Dec-2011 Stanislav Malyshev

fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2
# 52ca9042 18-Nov-2011 Pierrick Charron

Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty).


# 8e2dcfd8 18-Nov-2011 Pierrick Charron

Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty).


# efd3e695 13-Nov-2011 Xinchen Hui

Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)


# 89feaefc 13-Nov-2011 Xinchen Hui

Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)


Revision tags: php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1
# 4a25a774 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)


# e43ff135 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)


Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5
# 70c28400 10-Aug-2011 Michael Wallner

fix coverity issue 1054: missing break/return


# daccb503 10-Aug-2011 Michael Wallner

fix coverity issue 1054: missing break/return


Revision tags: php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4
# 686c7fec 03-Dec-2010 Jani Taskinen

- CS + reorder to match trunk better, removed trailing dots from error messages


1234567891011