summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* fixed several long vs zend_long castsAnatol Belski2014-08-261-1/+1
* master renames phase 1Anatol Belski2014-08-251-38/+38
* fix zppAnatol Belski2014-08-201-1/+1
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-30/+30
* cleanupDmitry Stogov2014-08-131-22/+25
* cleanupDmitry Stogov2014-08-081-2/+0
* Fixed wrong comparisonsDmitry Stogov2014-05-151-3/+3
* zend_stack_top() now returns pointer directlyNikita Popov2014-05-011-3/+3
* Don't allocate zend_stack elements individuallyNikita Popov2014-05-011-9/+7
* Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-2/+2
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-0/+14
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2014-04-031-0/+14
| |\
| | * Fix Bug #66736 fpassthru brokenMichael Wallner2014-04-031-0/+14
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-4/+4
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
* | | Fixed double freeDmitry Stogov2014-03-191-2/+2
* | | Fixed memory leak (double array_init)Xinchen Hui2014-03-071-2/+2
* | | Fixed invalid pointer usage (tests/output/ob_start_callbacks.phpt)Xinchen Hui2014-03-071-3/+2
* | | Fixed asseration failed in ob_get_statusXinchen Hui2014-03-071-2/+2
* | | Fixed refcountingDmitry Stogov2014-03-061-1/+1
* | | Changes zend_is_callable() to use zend_string* instead of char*Dmitry Stogov2014-02-251-3/+4
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-42/+41
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-301-2/+0
|\ \ | |/
| * fix bug #61272 ob_start callback get passed empty stringMichael Wallner2012-11-281-2/+0
* | Merge branch 'PHP-5.4'Dmitry Stogov2012-09-101-1/+1
|\ \ | |/
| * Fixed unintendent clearance of PHP_OUTPUT_ACTIVATED flagDmitry Stogov2012-09-101-1/+1
* | cleanup mergeMichael Wallner2012-05-151-0/+1
|\ \ | |/
| * fix bug #60761 zlib.output_compression fails on refreshMichael Wallner2012-05-151-0/+1
| * fix compat function not passing along input buffer with php_output_context_pa...Michael Wallner2012-02-141-4/+12
| * MFH: r322963Michael Wallner2012-01-311-17/+36
| * use stderr before, stdout after php_output_startup() and sapi_module.ub_write...Michael Wallner2012-01-301-3/+11
| * fix crash with display_startup_errors=1Michael Wallner2012-01-251-6/+29
| * Fix bug #60768 Output buffer not discardedMichael Wallner2012-01-161-5/+6
| * - Year++Felipe Pena2012-01-011-1/+1
| * follow naming conventionMichael Wallner2011-12-301-8/+8
| * Added an API call to return active output handlerDmitry Stogov2011-12-301-0/+8
| * fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)Stanislav Malyshev2011-12-261-0/+4
| * Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer ...Pierrick Charron2011-11-181-3/+3
| * Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)Xinchen Hui2011-11-131-3/+3
| * Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
| * fix coverity issue 1054: missing break/returnMichael Wallner2011-08-101-0/+1
* | fix compat function not passing along input buffer with php_output_context_pa...Michael Wallner2012-02-141-4/+12
* | fix headers print to stdout/stderr if no output written; need to make some mo...Michael Wallner2012-01-311-17/+36
* | use stderr before, stdout after php_output_startup() and sapi_module.ub_write...Michael Wallner2012-01-301-3/+11