summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_out.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-6/+6
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove phpdbg_xml_asprintf()Nikita Popov2019-06-281-11/+0
* Fix potentially uninitialized warnings in phpdbgNikita Popov2019-04-121-2/+2
* Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-11/+2
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Fix printf format issues on i386Nikita Popov2017-11-171-2/+2
* Drop unnecessary allocator return value checksNikita Popov2017-03-131-5/+4
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Cleanup shutdown, enable proper memory leak displayingBob Weinand2015-07-241-0/+1
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* various fixes for removing explicit tsrm_ls usageAnatol Belski2014-12-161-4/+0
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-58/+58
* Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-281-0/+16
|\
| * Fix possibly unclosed <stream> tagsBob Weinand2014-10-281-0/+16
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-0/+2
|\ \ | |/
| * Stabilize execution, always run destructors and extended file breakpointsBob Weinand2014-10-271-0/+2
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-8/+9
|/
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-0/+1305