summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
* Fix segfaultWez Furlong2003-05-171-1/+1
* Stronger validation of ob_start() parameters.Wez Furlong2003-05-161-6/+17
* MFB: Fix for bug #23489.Sebastian Bergmann2003-05-061-0/+1
* Backout Jani's commit to resync branchesSascha Schumann2003-04-041-54/+47
* WS & CS fixfoobar2003-04-031-47/+54
* Add some checks and avoid passing invalid data to call_user_function_ex.Sascha Schumann2003-04-031-5/+5
* Fixed memleak in output buffering facilityMoriyoshi Koizumi2003-04-031-2/+1
* Fix an uninitialized read, default to FAILURESascha Schumann2003-04-011-1/+1
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-2/+2
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-1/+1
* Fixed compile failures when ZLIB / PCRE are compiled as sharedfoobar2003-02-091-2/+2
* proto-fixHartmut Holzgraefe2003-02-031-1/+1
* Removed pointless checks.Ilia Alshanetsky2003-01-271-10/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fix ZTS build.Ilia Alshanetsky2002-12-311-1/+1
* Fixed bug #21228 (broken check for ob_gzhandler).Ilia Alshanetsky2002-12-301-13/+15
* WhitespaceZeev Suraski2002-10-071-38/+41
* Revert the implicit_flush mess.Zeev Suraski2002-10-061-7/+3
* Begin the cleanup - remove ob_flush_all()Zeev Suraski2002-10-061-22/+0
* suggest paranthesis around || and &&Marcus Boerger2002-10-041-3/+3
* Fixed broken code by Derick.Yasuo Ohgaki2002-10-031-3/+5
* 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