Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed condition check | Xinchen Hui | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-11-20 | 1 | -2/+0 |
|\ | |||||
| * | Revert "Revert "Remove a few unused write warning"" | Bob Weinand | 2016-11-20 | 1 | -2/+0 |
| | | | | | | | | | | | | This reverts commit ff5a65d26b139142c5e967582c369ef65b79adf8. (With zend_ prefix now) | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-11-20 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Revert "Remove a few unused write warning (backport from master, oops)s" | Nikita Popov | 2016-11-20 | 1 | -0/+2 |
| | | | | | | | | This reverts commit c65d24eaa3671e61db7c2a3f28daeaf7c74ac758. | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-11-20 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Remove a few unused write warning (backport from master, oops)s | Bob Weinand | 2016-11-20 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-02 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Fix run command args passing when inmidst execution | Bob Weinand | 2016-10-02 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-01 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Add proper escape sequences and reading stdin from file in phpdbg run command | Bob Weinand | 2016-10-01 | 1 | -0/+3 |
| | | |||||
* | | add missing header to fix build | Anatol Belski | 2016-07-19 | 1 | -0/+2 |
| | | |||||
* | | Cleanup zend_/signal usage in phpdbg.c | Bob Weinand | 2016-07-13 | 1 | -5/+3 |
| | | |||||
* | | Rewrite watchpoints to be much more stable | Bob Weinand | 2016-07-11 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Fixed phpdbg build without --enable-zend-signals | Dmitry Stogov | 2016-06-20 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
| * | go back with phpdbg to the state of 5.6.3, reverting the controversial ↵ | Ferenc Kovacs | 2014-11-26 | 1 | -160/+90 |
| | | | | | | | | commits(remote debugging/xml protocol) | ||||
| * | Temporarily disable wait/xml protocol... | Bob Weinand | 2014-10-30 | 1 | -0/+2 |
| | | |||||
* | | - Implemented output paging | Felipe Pena | 2015-10-18 | 1 | -3/+6 |
| | | |||||
* | | Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg) | Bob Weinand | 2015-09-23 | 1 | -7/+8 |
| | | |||||
* | | Fix oplog with eval()ed code | Bob Weinand | 2015-08-24 | 1 | -0/+1 |
| | | |||||
* | | Remove -Wunused-result warnings | Bob Weinand | 2015-07-27 | 1 | -0/+2 |
| | | |||||
* | | Fix op_arrays with opcache | Bob Weinand | 2015-07-25 | 1 | -0/+1 |
| | | |||||
* | | Cleanup shutdown, enable proper memory leak displaying | Bob Weinand | 2015-07-24 | 1 | -2/+1 |
| | | | | | | | | phpdbg should not memory leak... | ||||
* | | We want to track phpdbg bugs in official bug tracker now; updated URL | Bob Weinand | 2015-07-14 | 1 | -3/+2 |
| | | |||||
* | | Add phpdbg userland API to fetch oplog | Bob Weinand | 2015-06-22 | 1 | -0/+5 |
| | | | | | | | | We may want to add some opcode info later, so that "opcodes" mode is more helpful | ||||
* | | Break on uncaught exceptions in current frame in phpdbg | Bob Weinand | 2015-04-22 | 1 | -0/+1 |
| | | |||||
* | | Add next command / Fix recursion/exceptions with u/F/L | Bob Weinand | 2015-04-21 | 1 | -0/+1 |
| | | |||||
* | | show opcode count | Bob Weinand | 2015-04-20 | 1 | -3/+2 |
| | | |||||
* | | Shorten opline dump lines and show literals | Bob Weinand | 2015-04-20 | 1 | -2/+3 |
| | | |||||
* | | Stabilize watchpoints | Bob Weinand | 2015-04-19 | 1 | -0/+1 |
| | | |||||
* | | fix include | Anatol Belski | 2015-03-19 | 1 | -1/+1 |
| | | |||||
* | | s/PHP Version 5/PHP Version 7/g | Lior Kaplan | 2015-03-13 | 1 | -1/+1 |
| | | | | | | | | Follow up for d0cb7153 | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-16 | 1 | -0/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | * origin/master: C89 fixes use portable struct stat fixed macro va args expansion for vs | ||||
| * | | fixed macro va args expansion for vs | Anatol Belski | 2014-12-16 | 1 | -0/+5 |
| | | | |||||
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -3/+3 |
|/ / | |||||
* | | Move missing zend_hash_* macros from phpdbg.h to zend_hash.h | Bob Weinand | 2014-10-28 | 1 | -18/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-27 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | Conflicts: sapi/phpdbg/phpdbg_bp.c | ||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-27 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-27 | 1 | -3/+6 |
|\ \ | |/ | |||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-27 | 1 | -3/+6 |
| | | | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_prompt.c | ||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-27 | 1 | -52/+49 |
|\ \ | |/ | | | | | | | | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_parser.c sapi/phpdbg/phpdbg_parser.h sapi/phpdbg/phpdbg_prompt.c | ||||
| * | Fix last commit, and do not output unnecessary information | Bob Weinand | 2014-10-27 | 1 | -1/+3 |
| | | |||||
| * | Stabilize execution, always run destructors and extended file breakpoints | Bob Weinand | 2014-10-27 | 1 | -49/+43 |
| | | |||||
| * | Add question to reset execution in run/exec/clean | Bob Weinand | 2014-10-27 | 1 | -3/+4 |
| | |