summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_lexer.c
Commit message (Collapse)AuthorAgeFilesLines
* 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