summaryrefslogtreecommitdiff
path: root/main/php_output.h
Commit message (Expand)AuthorAgeFilesLines
* cleanupDmitry Stogov2014-08-131-2/+1
* Fixed invalid pointer usage (tests/output/ob_start_callbacks.phpt)Xinchen Hui2014-03-071-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* fix bug #60761 zlib.output_compression fails on refreshMichael Wallner2012-05-151-1/+2
* fix crash with display_startup_errors=1Michael Wallner2012-01-251-0/+2
* - Year++Felipe Pena2012-01-011-1/+1
* follow naming conventionMichael Wallner2011-12-301-1/+1
* Added an API call to return active output handlerDmitry Stogov2011-12-301-0/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* gcc barks about these, so clean itAndrey Hristov2011-01-141-3/+3
* - Year++Felipe Pena2011-01-011-1/+1
* Preallocate zend_hash instead of allocation/deallocation it on each requestDmitry Stogov2010-08-271-1/+1
* fix cxx buildMichael Wallner2010-06-021-3/+4
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-67/+227
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-262/+67
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-67/+262
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Guard display_startup_errors with checking for default (working) outputMarcus Boerger2004-03-141-0/+3
* wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocksHartmut Holzgraefe2004-02-201-0/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Begin the cleanup - remove ob_flush_all()Zeev Suraski2002-10-061-1/+0
* Added ob_flush_all() that flushes bufferred contents until it actuallyYasuo Ohgaki2002-10-031-0/+1
* Move wrong output buffer usage check to ob_gzhandler init.Yasuo Ohgaki2002-10-031-0/+3
* Added ob_get_clean() and ob_get_flush().Yasuo Ohgaki2002-10-031-0/+2
* Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double...Sebastian Bergmann2002-09-011-2/+0
* full decopling of size parameters of ob_start() and internal buffer handlersMarcus Boerger2002-08-211-0/+1
* Changed handling of output buffer sizes.Marcus Boerger2002-08-201-0/+1
* Improved handling of output buffers (see news)\n#No trim for the string param...Marcus Boerger2002-08-091-1/+2
* Added php_ob_handler_used to check if a specific output handler is usedMarcus Boerger2002-08-051-0/+1
* -New function ob_list_handlersMarcus Boerger2002-08-051-0/+1
* simplify handling of variables by maintaining two strings whichSascha Schumann2002-05-041-0/+3
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-011-3/+9
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Remove redundant includeZeev Suraski2001-12-051-2/+0
* - Added ob_get_level, which returns the nesting level of the output bufferingDerick Rethans2001-12-031-0/+1
* - Added ob_flush and ob_clean functions, which do not end the buffer likeDerick Rethans2001-11-301-0/+2
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-2/+2
* more tsrm cleanupSascha Schumann2001-08-051-16/+16
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-7/+1
* Avoid getting bailouts on text output during shutdown. Text output is nowZeev Suraski2001-07-201-2/+4