summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
| | | | | | | We're starting to see a mix between uses of zend_bool and bool. Replace all usages with the standard bool type everywhere. Of course, zend_bool is retained as an alias.
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Fixed ZTS cache usageDmitry Stogov2019-03-121-1/+1
|
* Use TSRM macrosDmitry Stogov2019-02-121-1/+1
|
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Fix crash when advancing inside an internal functionBob Weinand2016-02-171-0/+8
| | | | This just happened in the "double ctrl+c" mode, when we halted inside an internal function; there was some code assuming a proper op_array
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
| * go back with phpdbg to the state of 5.6.3, reverting the controversial ↵Ferenc Kovacs2014-11-261-40/+47
| | | | | | | | commits(remote debugging/xml protocol)
* | - Implemented output pagingFelipe Pena2015-10-181-2/+3
| |
* | Make backtraces *much* more readableBob Weinand2015-06-291-0/+2
| |
* | Also consider specific catches when checking for uncaughtBob Weinand2015-04-221-1/+1
| |
* | Add next command / Fix recursion/exceptions with u/F/LBob Weinand2015-04-211-0/+2
| |
* | Stabilize watchpointsBob Weinand2015-04-191-1/+1
| |
* | s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
| | | | | | | | Follow up for d0cb7153
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | various fixes for removing explicit tsrm_ls usageAnatol Belski2014-12-161-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-21/+21
| |
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-251-0/+25
|\ \ | |/ | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_list.c
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-251-0/+25
| |
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-67/+17
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-47/+15
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-3/+3
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-3/+3
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-151-0/+20
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-5/+22
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-201-0/+110
Including phpdbg.