History log of /PHP-8.2/main/output.c (Results 126 – 150 of 339)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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
# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++

Revision tags: php-5.2.16, php-5.2.15, php-5.3.4
# 72ae65bc 03-Dec-2010 Jani Taskinen

- CS and "de-facto" style of returning NULL for failing parse-params, sync partially with PHP_5_3 too (reordering part :)

Revision tags: php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 823d7cb5 03-Nov-2010 Michael Wallner

explicitness FTW; it should have been like that before, so it wouldn't have happened

# 743f5092 02-Nov-2010 Gustavo André dos Santos Lopes

- Fixed bug #53153 (memory leak with phpinfo() + output buffering + zlib compression).

# caffc1c9 27-Aug-2010 Dmitry Stogov

Preallocate zend_hash instead of allocation/deallocation it on each request

Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 9d657309 09-Jun-2010 Antony Dovgal

fix minor memleak

# 99da695e 02-Jun-2010 Michael Wallner

fix cxx build

# 43154f2a 01-Jun-2010 Michael Wallner

* raise warning if zend_fcall_info_init() cannot resolve the callback
* fix pointer mismatch

# 11d24c15 31-May-2010 Michael Wallner

* implement new output API, fixing some bugs and implementing some feature
requests--let's see what I can dig out of the bugtracker for NEWS--
and while crossing the road:
* implem

* implement new output API, fixing some bugs and implementing some feature
requests--let's see what I can dig out of the bugtracker for NEWS--
and while crossing the road:
* implemented new zlib API
* fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?)

Thanks to Jani and Felipe for pioneering.

show more ...

# af49e58f 12-Mar-2010 Jani Taskinen

- Reverted r296062 and r296065

# 06f072cb 11-Mar-2010 Jani Taskinen

MFH: Improved / fixed output buffering (Michael Wallner)

Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 5eb4db5e 25-Jan-2010 Pierre Joye

- Ensure that stderr output are not buffered, portability for tests

12345678910>>...14