summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_lexer.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove lexer files generated by RE2CPeter Kokot2018-11-111-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 Stogov2018-07-251-1240/+1243
| | | | produce less code)
* Trailing whitespacesGabriel Caruso2018-01-031-160/+160
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-211-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 breakpointsBob Weinand2016-11-131-1/+1
|
* Fix run command args passing when inmidst executionBob Weinand2016-10-021-206/+156
|
* Add proper escape sequences and reading stdin from file in phpdbg run commandBob Weinand2016-10-011-86/+435
|
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
|
* Fix on/off values in phpdbg lexerBob Weinand2015-10-131-736/+731
|
* Add eventual escaping for phpdbg argumentsBob Weinand2015-09-181-624/+953
|
* Add # delimiter to phpdbg commandsBob Weinand2015-09-171-654/+716
|
* Fix a few valgrind errors in phpdbgBob Weinand2015-08-031-753/+653
|
* Fix infinite lexer loop for :\ sequence in phpdbgBob Weinand2015-07-261-501/+535
|
* Use relative paths in phpdbg_lexer.cBob Weinand2015-07-241-57/+57
|
* Fix various Windows issues (e.g. dir separators)Bob Weinand2015-07-201-499/+505
|
* trailing whitespace removalStanislav Malyshev2015-01-101-130/+130
|
* second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+0
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-599/+975
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-291-429/+576
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-091-2198/+923
|
* Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-241-4/+4
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-0/+2271