summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed memory leak in ob_get_clean/ob_get_flush.Christian Seiler2009-03-251-0/+4
* - Fixed bug #46897: ob_flush() should fail to flush unerasable buffersDavid Coallier2009-02-131-0/+5
* - Checking 0 param in the new way [only in this branch]Felipe Pena2009-01-071-4/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* reverted because of test failuresAntony Dovgal2008-08-181-7/+1
* MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).Arnaud Le Blanc2008-08-181-1/+7
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
* Support for closuresDmitry Stogov2008-07-171-2/+11
* Return null on when param parsing errors occurLars Strojny2008-07-151-12/+11
* New parameter parsing APILars Strojny2008-07-151-17/+5
* MFH: New way for check void parametersFelipe Pena2008-03-101-19/+19
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-5/+5
* initialize all fields of the struct (it's generally good idea even though the...Antony Dovgal2007-09-211-0/+2
* fix fold typoBrian Shire2007-04-161-2/+2
* Fixed bug #40259 (ob_start call many times - memory error). (Dmitry)Dmitry Stogov2007-01-291-10/+15
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix #36869 (memory leak in output buffering when using chunked output)Antony Dovgal2006-03-271-4/+0
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Remainder of the 34191 bug fix.Ilia Alshanetsky2005-08-241-0/+3
* - 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