summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* fix bug #61272 ob_start callback get passed empty stringMichael Wallner2012-11-281-2/+0
* Fixed unintendent clearance of PHP_OUTPUT_ACTIVATED flagDmitry Stogov2012-09-101-1/+1
* fix bug #60761 zlib.output_compression fails on refreshMichael Wallner2012-05-151-0/+1
* fix compat function not passing along input buffer with php_output_context_pa...Michael Wallner2012-02-141-4/+12
* MFH: r322963Michael Wallner2012-01-311-17/+36
* use stderr before, stdout after php_output_startup() and sapi_module.ub_write...Michael Wallner2012-01-301-3/+11
* fix crash with display_startup_errors=1Michael Wallner2012-01-251-6/+29
* Fix bug #60768 Output buffer not discardedMichael Wallner2012-01-161-5/+6
* - Year++Felipe Pena2012-01-011-1/+1
* follow naming conventionMichael Wallner2011-12-301-8/+8
* Added an API call to return active output handlerDmitry Stogov2011-12-301-0/+8
* fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)Stanislav Malyshev2011-12-261-0/+4
* Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer ...Pierrick Charron2011-11-181-3/+3
* Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)Xinchen Hui2011-11-131-3/+3
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* fix coverity issue 1054: missing break/returnMichael Wallner2011-08-101-0/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - CS and "de-facto" style of returning NULL for failing parse-params, sync pa...Jani Taskinen2010-12-031-153/+166
* explicitness FTW; it should have been like that before, so it wouldn't have h...Michael Wallner2010-11-031-14/+21
* - Fixed bug #53153 (memory leak with phpinfo() + output buffering + zlib comp...Gustavo André dos Santos Lopes2010-11-021-1/+3
* Preallocate zend_hash instead of allocation/deallocation it on each requestDmitry Stogov2010-08-271-23/+18
* fix minor memleakAntony Dovgal2010-06-091-4/+4
* fix cxx buildMichael Wallner2010-06-021-2/+2
* * raise warning if zend_fcall_info_init() cannot resolve the callbackMichael Wallner2010-06-011-4/+10
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-664/+1060
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-1104/+677
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-677/+1104
* - Ensure that stderr output are not buffered, portability for testsPierre Joye2010-01-251-0/+4
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed memory leakDmitry Stogov2009-09-211-7/+1
* - Fixed memory leak in ob_get_clean/ob_get_flush.Christian Seiler2009-03-251-0/+4
* - Fixed bug #46897: ob_flush() should fail to flush unerasable buffersDavid Coallier2009-02-131-0/+5
* - Checking 0 param in the new way [only in this branch]Felipe Pena2009-01-071-4/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* reverted because of test failuresAntony Dovgal2008-08-181-7/+1
* MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).Arnaud Le Blanc2008-08-181-1/+7
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
* Support for closuresDmitry Stogov2008-07-171-2/+11
* Return null on when param parsing errors occurLars Strojny2008-07-151-12/+11
* New parameter parsing APILars Strojny2008-07-151-17/+5
* MFH: New way for check void parametersFelipe Pena2008-03-101-19/+19
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-5/+5
* initialize all fields of the struct (it's generally good idea even though the...Antony Dovgal2007-09-211-0/+2
* fix fold typoBrian Shire2007-04-161-2/+2
* Fixed bug #40259 (ob_start call many times - memory error). (Dmitry)Dmitry Stogov2007-01-291-10/+15
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix #36869 (memory leak in output buffering when using chunked output)Antony Dovgal2006-03-271-4/+0
* bump year and license versionfoobar2006-01-011-3/+3