Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove lexer files generated by RE2C | Peter Kokot | 2018-11-11 | 1 | -2085/+0 |
| | | | | | | | | | | | | | | | | This patch removes generated lexer files by re2c during the build process so they are not tracked by Git yet can be still shipped when PHP is released. The genfiles script additionally provides generation of these lexer files when creating a release of the PHP source code. The genfiles script refactorings: - added file header - echoing steps instead of comments - cleaning only lines starting with `#line` - eval removed in favor of direct executed commands - the debug mode `set -x` removed - script can be called from any path - improved comments | ||||
* | Regenerate scanners using re2c version >= 1.0.0 (newer version, at least, ↵ | Dmitry Stogov | 2018-07-25 | 1 | -1240/+1243 |
| | | | | produce less code) | ||||
* | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -160/+160 |
| | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-07-21 | 1 | -1284/+1223 |
| | | | | | | | | | * PHP-7.1: Update NEWS Fixed bug #74947 (Segfault in scanner on INF number) Conflicts: Zend/zend_language_scanner.c | ||||
* | Properly escape all filenames when exporting breakpoints | Bob Weinand | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | Fix run command args passing when inmidst execution | Bob Weinand | 2016-10-02 | 1 | -206/+156 |
| | |||||
* | Add proper escape sequences and reading stdin from file in phpdbg run command | Bob Weinand | 2016-10-01 | 1 | -86/+435 |
| | |||||
* | Fix bug #71575 removing extra semicolons outside macros | James Titcumb | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Fix on/off values in phpdbg lexer | Bob Weinand | 2015-10-13 | 1 | -736/+731 |
| | |||||
* | Add eventual escaping for phpdbg arguments | Bob Weinand | 2015-09-18 | 1 | -624/+953 |
| | |||||
* | Add # delimiter to phpdbg commands | Bob Weinand | 2015-09-17 | 1 | -654/+716 |
| | |||||
* | Fix a few valgrind errors in phpdbg | Bob Weinand | 2015-08-03 | 1 | -753/+653 |
| | |||||
* | Fix infinite lexer loop for :\ sequence in phpdbg | Bob Weinand | 2015-07-26 | 1 | -501/+535 |
| | |||||
* | Use relative paths in phpdbg_lexer.c | Bob Weinand | 2015-07-24 | 1 | -57/+57 |
| | |||||
* | Fix various Windows issues (e.g. dir separators) | Bob Weinand | 2015-07-20 | 1 | -499/+505 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -130/+130 |
| | |||||
* | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 1 | -1/+0 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 1 | -599/+975 |
| | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-29 | 1 | -429/+576 |
| | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-09 | 1 | -2198/+923 |
| | |||||
* | Merge remote-tracking branch 'phpdbg/master' into PHP-5.6 | Anatol Belski | 2014-04-24 | 1 | -4/+4 |
| | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-04-21 | 1 | -0/+2271 |