summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix warningMarcus Boerger2002-08-221-1/+1
* full decopling of size parameters of ob_start() and internal buffer handlersMarcus Boerger2002-08-211-12/+27
* Ignore double_buffering for ob_start().Marcus Boerger2002-08-211-1/+1
* Revert ob_start() defaults to 40K/10K until i find a better solution.Marcus Boerger2002-08-201-2/+9
* Changed handling of output buffer sizes.Marcus Boerger2002-08-201-8/+31
* -use of php_error_docrefMarcus Boerger2002-08-191-19/+15
* bool not booleanRasmus Lerdorf2002-08-131-1/+1
* Use int, not integer.Rasmus Lerdorf2002-08-131-1/+1
* corrected handling of internal output buffersMarcus Boerger2002-08-101-7/+9
* Improved handling of output buffers (see news)\n#No trim for the string param...Marcus Boerger2002-08-091-57/+148
* Added php_ob_handler_used to check if a specific output handler is usedMarcus Boerger2002-08-051-0/+34
* -New function ob_list_handlersMarcus Boerger2002-08-051-0/+36
* Remove redundant code (thanks to Jani for pointing that out)Zeev Suraski2002-05-121-6/+0
* Added estrdup() needed.Yasuo Ohgaki2002-05-081-5/+5
* We shouldn't force Content-length:, but much worse, it's wrong in manyZeev Suraski2002-05-041-16/+0
* Free string before overwriting itSascha Schumann2002-05-041-1/+3
* simplify handling of variables by maintaining two strings whichSascha Schumann2002-05-041-9/+2
* Forgot to dup strings.Yasuo Ohgaki2002-05-041-3/+5
* Fixed reference to freed zval string value.Yasuo Ohgaki2002-05-041-2/+4
* Fixed crash when buffer is over written in ob callback. (Bug $ 12227)Yasuo Ohgaki2002-05-041-5/+5
* @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to injectThies C. Arntzen2002-05-031-0/+33
* Change nest level to send Content-Length again. It seems this is theYasuo Ohgaki2002-05-021-2/+11
* Fixed header output. Only need to output header when it is actually sent to c...Yasuo Ohgaki2002-05-021-3/+3
* Check buffer statusYasuo Ohgaki2002-05-021-1/+2
* Make Content-Type output always correct.Yasuo Ohgaki2002-05-021-1/+2
* Move Content-Length: header handling from zlib.c to output.cYasuo Ohgaki2002-05-021-0/+13
* Init output_start_* to avoid "output started at ZZZZZ" messagesStanislav Malyshev2002-04-241-0/+2
* 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