summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
* add DLL export to the output globalsAnatol Belski2014-10-301-1/+1
* Use macroXinchen Hui2014-10-301-5/+1
* Fixed build.... (shouldn't it be zend_output_globals?)Xinchen Hui2014-10-301-1/+1
* export output globalsAnatol Belski2014-10-291-1/+5
* Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2014-04-031-0/+14
|\
| * Fix Bug #66736 fpassthru brokenMichael Wallner2014-04-031-0/+14
| * Bump yearXinchen Hui2014-01-031-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-301-2/+0
|\ \ | |/
| * fix bug #61272 ob_start callback get passed empty stringMichael Wallner2012-11-281-2/+0
* | Merge branch 'PHP-5.4'Dmitry Stogov2012-09-101-1/+1
|\ \ | |/
| * Fixed unintendent clearance of PHP_OUTPUT_ACTIVATED flagDmitry Stogov2012-09-101-1/+1
* | cleanup mergeMichael Wallner2012-05-151-0/+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
* | fix compat function not passing along input buffer with php_output_context_pa...Michael Wallner2012-02-141-4/+12
* | fix headers print to stdout/stderr if no output written; need to make some mo...Michael 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