Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix opcode tests which may generate FCALL instead of ICALL | Bob Weinand | 2015-07-22 | 2 | -10/+10 | |
| | ||||||
* | Exclude opcache from a few opcode related tests | Bob Weinand | 2015-07-21 | 5 | -0/+10 | |
| | ||||||
* | Fix various Windows issues (e.g. dir separators) | Bob Weinand | 2015-07-20 | 2 | -2/+2 | |
| | ||||||
* | Add show_unexecuted option to phpdbg_end_oplog() | Bob Weinand | 2015-07-20 | 2 | -0/+72 | |
| | ||||||
* | Move phpdbg tests to .phpt mechanism | Bob Weinand | 2015-07-20 | 28 | -767/+744 | |
| | | | | Also add a few more in-depth tests related to $argv, breakpoints and uncaught exceptions | |||||
* | Improve phpdbg opcode dump | Nikita Popov | 2015-05-24 | 1 | -4/+4 | |
| | | | | | | | | Don't show <unused>, just don't display anything instead. Dump nums used in op1/op2/result, e.g. for SEND, RECV etc. Split the switch into three parts, one for each operand. | |||||
* | Adapt test for new format | Bob Weinand | 2015-04-20 | 1 | -8/+8 | |
| | ||||||
* | Fixed phpdbg zend_bailout error when compiling syntax error code | Reeze Xia | 2015-02-13 | 1 | -0/+17 | |
| | | | | @krakjoe if there is something wrong, tell me plz | |||||
* | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-27 | 1 | -1/+0 | |
|\ | | | | | | | | | | | | | | | | | | | 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/+0 | |
| | | ||||||
* | | Made phpdbg compatible with new engine | Bob Weinand | 2014-10-24 | 6 | -13/+12 | |
|\ \ | |/ | ||||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 5 | -12/+11 | |
|/ | ||||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-15 | 1 | -10/+12 | |
| | ||||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-04 | 4 | -16/+25 | |
| | ||||||
* | Merge branch 'master' of sapi/phpdbg into PHP-5.6 | Bob Weinand | 2013-12-20 | 9 | -0/+741 | |
Including phpdbg. |