Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #70214 (FASYNC possibly not defined) | Bob Weinand | 2015-08-08 | 1 | -6/+11 |
| | |||||
* | Remove -Wunused-result warnings | Bob Weinand | 2015-07-27 | 1 | -6/+3 |
| | |||||
* | Cleanup shutdown, enable proper memory leak displaying | Bob Weinand | 2015-07-24 | 1 | -6/+10 |
| | | | | phpdbg should not memory leak... | ||||
* | Fix misbehaviors with uncaught exceptions and finally or eval | Bob Weinand | 2015-07-20 | 1 | -3/+3 |
| | |||||
* | Switch asprintf to spprintf in phpdbg opcode dump | Nikita Popov | 2015-07-17 | 1 | -13/+17 |
| | | | | | | | Also use %td where appropriate, a lot of the values are ptrdiff based. Fix a leak in phpdbg_frame.c. | ||||
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -12/+12 |
| | | | | semantick changes). | ||||
* | Make backtraces *much* more readable | Bob Weinand | 2015-06-29 | 1 | -0/+60 |
| | |||||
* | Fix phpdbg class fetch / method opcodes | Bob Weinand | 2015-05-27 | 1 | -1/+1 |
| | |||||
* | Also consider specific catches when checking for uncaught | Bob Weinand | 2015-04-22 | 1 | -7/+29 |
| | |||||
* | Break on uncaught exceptions in current frame in phpdbg | Bob Weinand | 2015-04-22 | 1 | -2/+2 |
| | |||||
* | Add next command / Fix recursion/exceptions with u/F/L | Bob Weinand | 2015-04-21 | 1 | -0/+22 |
| | |||||
* | Stabilize watchpoints | Bob Weinand | 2015-04-19 | 1 | -8/+56 |
| | |||||
* | Stabilize (simple) watchpoints with IS_INDIRECT/IS_REFERENCE situations | Bob Weinand | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | s/PHP Version 5/PHP Version 7/g | Lior Kaplan | 2015-03-13 | 1 | -1/+1 |
| | | | | Follow up for d0cb7153 | ||||
* | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-02-13 | 1 | -5/+1 |
|\ | | | | | | | | | | | | | Conflicts: ext/soap/soap.c ext/standard/basic_functions.c ext/zlib/zlib.c | ||||
| * | 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 | -303/+116 |
| | | | | | | | | commits(remote debugging/xml protocol) | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -41/+41 |
| | | |||||
* | | Made phpdbg compatible with new engine | Bob Weinand | 2014-10-24 | 1 | -137/+352 |
|\ \ | |/ | |||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 1 | -116/+303 |
| | | |||||
| * | Better fix for phpdbg + libedit | Remi Collet | 2014-06-23 | 1 | -1/+1 |
| | | | | | | | | | | - fix include - disable coloured prompt only with libedit | ||||
| * | Fix https://github.com/krakjoe/phpdbg/issues/91 | Remi Collet | 2014-06-23 | 1 | -1/+5 |
| | | | | | | | | | | | | Enable edit feature when build with libedit. Notice: coloured prompt only enable with READLINE | ||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Better fix for phpdbg + libedit | Remi Collet | 2014-06-23 | 1 | -1/+1 |
| | | | | | | | | | | - fix include - disable coloured prompt only with libedit | ||||
* | | Fix https://github.com/krakjoe/phpdbg/issues/91 | Remi Collet | 2014-06-23 | 1 | -1/+5 |
|/ | | | | | | Enable edit feature when build with libedit. Notice: coloured prompt only enable with READLINE | ||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-15 | 1 | -3/+6 |
| | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-04-21 | 1 | -0/+61 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | fixed incompatible pointer in phpdbg on win64 | Anatol Belski | 2013-12-24 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of sapi/phpdbg into PHP-5.6 | Bob Weinand | 2013-12-20 | 1 | -0/+386 |
Including phpdbg. |