| 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. | ||||
| * | Fix run command args passing when inmidst execution | Bob Weinand | 2016-10-02 | 1 | -0/+5 |
| | | |||||
| * | Fix bug #71575 removing extra semicolons outside macros | James Titcumb | 2016-03-03 | 1 | -1/+1 |
| | | |||||
| * | Add # delimiter to phpdbg commands | Bob Weinand | 2015-09-17 | 1 | -5/+11 |
| | | |||||
| * | Fix valgrind errors in phpdbg | Bob Weinand | 2015-08-04 | 1 | -0/+4 |
| | | | | | | | | 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... | ||||
| * | fix inconsistent dll linkage | Anatol Belski | 2015-08-02 | 1 | -0/+5 |
| | | |||||
| * | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -16/+16 |
| | | |||||
| * | various fixes for removing explicit tsrm_ls usage | Anatol Belski | 2014-12-16 | 1 | -8/+2 |
| | | |||||
| * | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -3/+3 |
| | | |||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 1 | -11/+18 |
| | | |||||
| * | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-29 | 1 | -6/+6 |
| | | |||||
| * | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-09 | 1 | -68/+84 |
| | | |||||
| * | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-04-21 | 1 | -0/+168 |
