summaryrefslogtreecommitdiff
path: root/main/php_output.h
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* - upgrade phpinfo() and phpcredits()Michael Wallner2006-12-101-0/+6
* - fix buffer size alignmentMichael Wallner2006-11-131-1/+1
* - use new zend_fcall_info APIMichael Wallner2006-10-121-10/+15
* - fix failure with tests/lang/bug23489.phptMichael Wallner2006-10-031-0/+2
* - use fci/fcc instead of zval* for user ob handlerMichael Wallner2006-10-031-1/+6
* - output handler alias ctor should know about chunk_size and flagsMichael Wallner2006-08-311-1/+1
* - fix PHP_OUTPUT_CONFLICT macroMichael Wallner2006-08-301-4/+5
* - add PHP_OUTPUT_WRITTEN and PHP_OUTPUT_SENT status flagsMichael Wallner2006-08-301-1/+3
* - revise output handler alias APIMichael Wallner2006-08-301-2/+45
* - allocate handler stack on the heap and avoid segfaults on shutdown when sta...Michael Wallner2006-08-221-1/+1
* - error message enhancementsMichael Wallner2006-08-091-5/+7
* - don't use anonymous unionMichael Wallner2006-06-121-1/+1
* - remove obsolete cruftMichael Wallner2006-06-031-5/+0
* - explicit usage of TS macrosMichael Wallner2006-06-031-134/+64
* - new output control codeMichael Wallner2006-06-021-68/+280
* Nuke int32_t (everywhere except streams layer) and signed/unsigned warningsDmitry Stogov2006-03-021-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
* Fix a major thread safety bug in the output mechanismZeev Suraski2001-07-021-0/+1