Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-11-13 | 1 | -1/+1 |
|\ | |||||
| * | Properly escape all filenames when exporting breakpoints | Bob Weinand | 2016-11-13 | 1 | -1/+1 |
| | | |||||
* | | Fix searching for catch blocks | Bob Weinand | 2016-10-16 | 1 | -1/+1 |
| | | | | | | | | Since PHP-7.1 catch blocks are addressed with relative byte difference between two catch blocks as opposed to absolute opcode number | ||||
* | | Rewrite watchpoints to be much more stable | Bob Weinand | 2016-07-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Print .0 in phpdbg opcode dumps | Nikita Popov | 2016-03-25 | 1 | -0/+12 |
|/ | |||||
* | Fix bug #71575 removing extra semicolons outside macros | James Titcumb | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Format string fixes | Nikita Popov | 2016-02-14 | 1 | -7/+7 |
| | | | | | Conflicts: ext/pgsql/pgsql.c | ||||
* | 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 |
| | | |||||
* | | - Implemented output paging | Felipe Pena | 2015-10-18 | 1 | -0/+18 |
| | | |||||
* | | 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. |