Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused PHP_PROG_LEX macro | Peter Kokot | 2018-07-29 | 1 | -2/+0 |
| | | | | | | | | | | | Since PHP 5.3 flex lexer has been replaced with re2c. Commit 0f9e2b1753661afe1c0dee6982e161fcf00d349f made PHP_PROG_LEX macro still available for BC. In commit df6bd506d492292ef4353b0f8da0c34eeb076be5 it was updated. Since this macro is entirely not used in PHP source code anymore from PHP 5.3 and up, this patch removes it together with some old traces of warnings suppression and comments. | ||||
* | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -5/+5 |
| | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | fix gcov coverage | Nuno Lopes | 2016-11-16 | 1 | -30/+30 |
| | |||||
* | Fix run command args passing when inmidst execution | Bob Weinand | 2016-10-02 | 1 | -30/+35 |
| | |||||
* | Fix bug #71575 removing extra semicolons outside macros | James Titcumb | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | unbreak coverage data: fix #line directives in phpdbg parser | Nuno Lopes | 2015-10-24 | 1 | -30/+30 |
| | |||||
* | Add # delimiter to phpdbg commands | Bob Weinand | 2015-09-17 | 1 | -132/+160 |
| | |||||
* | Fix valgrind errors in phpdbg | Bob Weinand | 2015-08-04 | 1 | -414/+465 |
| | | | | | | | 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... | ||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -22/+22 |
| | |||||
* | various fixes for removing explicit tsrm_ls usage | Anatol Belski | 2014-12-16 | 1 | -484/+432 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-27 | 1 | -145/+105 |
|\ | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | remove dodgy param parser, bring userland breakpoint api inline with PHP7 | krakjoe | 2014-10-27 | 1 | -212/+184 |
| | | |||||
* | | Made phpdbg compatible with new engine | Bob Weinand | 2014-10-24 | 1 | -132/+184 |
|\ \ | |/ | |||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 1 | -221/+261 |
|/ | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-29 | 1 | -40/+40 |
| | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-09 | 1 | -262/+288 |
| | |||||
* | Merge remote-tracking branch 'phpdbg/master' into PHP-5.6 | Anatol Belski | 2014-04-24 | 1 | -0/+1885 |