summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_list.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused mmap member in phpdbg_file_sourceNikita Popov2021-01-261-3/+0
|
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Remove year 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
|
* Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-3/+3
| | | | Tthe core should be normalized now, no uints anymore
* Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-221-1/+0
|\
| * Fixed bug #73704 (phpdbg shows the wrong line in files with shebang)Bob Weinand2016-12-221-1/+0
| |
* | Rewrite watchpoints to be much more stableBob Weinand2016-07-111-1/+0
|/ | | | | | | | This mainly involves a separate abstraction layer for elements (e.g. $a->b) and watchpoints (on pointer of the Bucket for example). Also better comparison handling (value backup vs. page dumps). It is not yet finished (there are sometimes false positives announced and names not yet perfect), but the functionality is working and not crashing as far as I have tested. Future scope is also relative watchpoints, e.g. "w $this->val expression()" which does not have the symbol tables as basis, but the value (in this example: return value of expression()) as basis.
* 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-14/+1
| | | | | | | | commits(remote debugging/xml protocol)
* | Fix valgrind errors in phpdbgBob Weinand2015-08-041-1/+1
| | | | | | | | | | | | | | Revert "We cannot safely assume that all op array will be refcount 0 after execution" This reverts commit b6936adb58288a0606ed847802d9226cddb41e2b. This change turns out to not have been a clever idea and was causing more weirdness than it helped...
* | Fix op_arrays with opcacheBob Weinand2015-07-251-0/+2
| |
* | Add phpdbg_get_executable() (gets executable ops/lines)Bob Weinand2015-07-221-0/+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
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-4/+4
| |
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-3/+16
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-1/+14
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-7/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-201-0/+47
Including phpdbg.