summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_out.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Remove phpdbg_xml_asprintf()Nikita Popov2019-06-281-3/+0
| | | | | Clang doesn't like the use of promoted zend_bool in va_start. As the function isn't used anyway, I'm simply dropping it...
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* year++Xinchen Hui2018-01-021-1/+1
|
* Enable and fix printf() format warningsNikita Popov2017-11-161-5/+12
| | | | | | Add _unchecked() variants of zend_spprintf and zend_strpprintf for cases where we specifically want to disable these checks, such as use of %H.
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Fix format attributes in ZTSNikita Popov2016-02-141-9/+0
|
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
|
* Fix oplog...Bob Weinand2015-09-191-3/+3
|
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
| | | | Follow up for d0cb7153
* bump yearXinchen Hui2015-01-151-1/+1
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-30/+30
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-0/+93