summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
* Silence warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).Jon Parise2002-03-041-1/+1
* typo fixHartmut Holzgraefe2002-03-021-1/+1
* Do explicit test againt to FAILURE.Yasuo Ohgaki2002-03-011-2/+3
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-011-51/+160
* Legacy code removed.Yasuo Ohgaki2002-02-071-1/+0
* pval -> zvalYasuo Ohgaki2002-02-051-2/+23
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Added ob_get_level, which returns the nesting level of the output bufferingDerick Rethans2001-12-031-0/+8
* - Added ob_flush and ob_clean functions, which do not end the buffer likeDerick Rethans2001-11-301-0/+16
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-3/+3
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Support multiple chunked output buffering layersZeev Suraski2001-08-311-10/+19
* Fix double freeingZeev Suraski2001-08-311-1/+2
* Move the trans-sid mechanism to use the output buffering mechanism.Zeev Suraski2001-08-251-10/+1
* Make it possible to enable chunked output buffering without providingZeev Suraski2001-08-111-5/+6
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-4/+2
* more tsrm cleanupSascha Schumann2001-08-051-82/+47
* further tsrm cleanupSascha Schumann2001-08-051-1/+1
* - TSRMLS_FETCH workZeev Suraski2001-08-051-4/+4
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-1/+1
* Zend compatibility patchZeev Suraski2001-07-301-7/+3
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-32/+27
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-7/+7
* Fix Windows buildZeev Suraski2001-07-201-1/+1
* Avoid getting bailouts on text output during shutdown. Text output is nowZeev Suraski2001-07-201-20/+36
* use ZVAL_* macrosThies C. Arntzen2001-07-111-10/+4
* Improve url scanner speed (up to 40% for large chunks of data)Sascha Schumann2001-07-041-0/+5
* Fix a major thread safety bug in the output mechanismZeev Suraski2001-07-021-8/+10
* Fix bug #11678Zeev Suraski2001-06-261-1/+10
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-25/+41
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-2/+1
* Kill warning.Andrei Zmievski2001-05-291-1/+2
* - Fix problem of output initializationAndi Gutmans2001-05-231-12/+9
* - Start nuking not needed GINITAndi Gutmans2001-05-221-1/+1
* Avoid crashing if somehow, output is sent in a new thread tha had no requestsZeev Suraski2001-05-071-2/+8
* Free the correct output buffer, to avoid a segfault on a HEAD requestAnil Madhavapeddy2001-04-021-2/+1
* Fix headers handling with output bufferingZeev Suraski2001-03-311-0/+1
* fix typoAndré Langhorst2001-03-281-1/+1
* fix protoAndré Langhorst2001-03-281-1/+1
* Fix the output buffering bug Andre foundZeev Suraski2001-03-171-0/+1
* Fix freeing of buffersZeev Suraski2001-03-061-9/+15
* Fixes to internal output bufferingZeev Suraski2001-03-061-5/+9
* More internal output buffering fixesZeev Suraski2001-03-061-5/+5
* Fix internal output bufferingZeev Suraski2001-03-061-4/+4
* Initial work on internal output handlers - should be much quickerZeev Suraski2001-03-061-11/+36
* Improve memory consumption on chunked output bufferingZeev Suraski2001-03-041-2/+5
* Fix non-thread safe modeZeev Suraski2001-03-041-1/+7
* Improve chunked output buffering - the output handler now knows at which stag...Zeev Suraski2001-03-041-20/+49
* Fix chunked output buffering supportZeev Suraski2001-02-271-16/+13
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1