summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-4/+4
* Unicode supportDmitry Stogov2005-08-181-9/+68
* Unicode support.Andrei Zmievski2005-08-111-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* fix #32828 (Throwing exception in output_callback function with ob_start andAntony Dovgal2005-04-281-1/+1
* MF4: fix double bailout in HEAD when output is attempted from shutdownStanislav Malyshev2004-10-201-0/+3
* Guard display_startup_errors with checking for default (working) outputMarcus Boerger2004-03-141-5/+3
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed bug #24951 (ob_flush() needlessly destroys output handler).Ilia Alshanetsky2003-08-081-1/+3
* Fixed bug #22154 (Possible crash when memory_limit is reached andIlia Alshanetsky2003-07-311-10/+13
* Bugfix #22690Marcus Boerger2003-07-161-15/+19
* updating license information in the headers.James Cox2003-06-101-3/+3
* 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