summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
...
* Keep comments and code in sync.James Moore2002-10-031-3/+0
* Fix warnings.Sebastian Bergmann2002-10-031-2/+0
* - Revert changed to implicit_flush behavior. The new behavior was notDerick Rethans2002-10-031-5/+2
* Added comment for php_output_set_status().Yasuo Ohgaki2002-10-031-1/+4
* Added ob_flush_all() that flushes bufferred contents until it actuallyYasuo Ohgaki2002-10-031-2/+25
* Added missing proto and foldings.Yasuo Ohgaki2002-10-031-3/+38
* Move wrong output buffer usage check to ob_gzhandler init.Yasuo Ohgaki2002-10-031-23/+3
* Made some functions inline.Yasuo Ohgaki2002-10-031-5/+5
* Added ob_get_clean() and ob_get_flush().Yasuo Ohgaki2002-10-031-0/+50
* Fix implicit_flushMarcus Boerger2002-10-021-7/+5
* Modified get_status(): Display chunk_size allways and size which is inMarcus Boerger2002-10-021-2/+5
* Revisted Wez patch: chunk_size 0 means cahce the whole output. SoMarcus Boerger2002-10-021-2/+2
* Fixed bug #17825. Double zval_ptr_dtor().Yasuo Ohgaki2002-10-011-1/+0
* Fixed implicit flush.Yasuo Ohgaki2002-10-011-0/+8
* Users can shoot themselves by their own output handler always.Yasuo Ohgaki2002-09-301-15/+18
* Fix infinite recursion bug when using zlib output compression.Wez Furlong2002-09-301-0/+2
* Fix bug #19525Zeev Suraski2002-09-231-0/+6
* Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double...Sebastian Bergmann2002-09-011-54/+8
* Removed __output_handler as everybody seems against such implicitMarcus Boerger2002-08-251-18/+2
* Use zend_is_callable() instead of php_check_object_method_array() andMarcus Boerger2002-08-251-29/+22
* Reenable array(object,method) in ob_start()Marcus Boerger2002-08-251-4/+40
* Fix ob_gzhandler()'s handling of requests w/o compression but that do haveZeev Suraski2002-08-231-3/+5
* 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