summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-1/+1
* Merge branch 'PHP-8.0'Nikita Popov2020-10-161-1/+1
|\
| * Properly handle NULL output start filenameNikita Popov2020-10-161-1/+1
* | Remove unused globalNikita Popov2020-10-161-10/+10
|/
* Make sure output start filename is not freed earlyNikita Popov2020-10-161-5/+14
* Change int parameter types to bool when the parameter behaves as boolMáté Kocsis2020-09-171-2/+2
* Remove proto comments from C filesMax Semenik2020-07-061-30/+15
* Code tweaks: Remove unneeded semicolonsAlex Dowad2020-04-291-1/+1
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-15/+15
* Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-301-15/+15
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Add some basic_functions stubsNikita Popov2019-08-101-2/+2
* Finish func_info updates for ext/standardNikita Popov2019-06-031-3/+3
* Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-1/+0
* Use TSRM macrosDmitry Stogov2019-02-121-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Reduce agressive inliningDmitry Stogov2018-12-261-10/+4
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Fix some misspellingsGabriel Caruso2018-08-121-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Fix #33502: Some nullary functions don't check the number of argumentsChristoph M. Becker2018-07-121-0/+4
* Remove unnecessary uses of z/ parametersNikita Popov2018-06-251-1/+1
* Fix warning unused variable retPeter Kokot2018-06-021-2/+0
* Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-10/+6
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-6/+6
* year++Xinchen Hui2018-01-021-1/+1
* Use interned strins for output handler aliases and conflict checkers names.Dmitry Stogov2017-11-021-5/+22
* Use request heap.Dmitry Stogov2017-06-211-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Remove TSRMLS_* from code, they are not used anymoreStanislav Malyshev2016-02-171-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Fixed bug #70970 (Segfault when combining error handler with output buffering)Xinchen Hui2015-11-251-1/+1
* | Removed dead codeJulien Pauli2015-08-171-2/+0
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-9/+9
* | RFC:continue_ob acceptedMichael Wallner2015-03-251-6/+3
* | this line got accitentally dropped on mergeMichael Wallner2015-02-191-0/+1
* | Merge branch 'PHP-5.6'Michael Wallner2015-02-181-10/+10
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2015-02-181-11/+12
| |\
| | * Fixed bug #65593 (Segfault when calling ob_start from output buffering callback)Michael Wallner2015-02-181-11/+12
| | * Bump yearXinchen Hui2015-01-151-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-1/+1
* | | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-6/+2
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | | Implemented FR #55428 (E_RECOVERABLE_ERROR when output buffering in output bu...Kalle Sommer Nielsen2014-12-271-1/+1
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-194/+194