summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_parser.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove phpdbg parser files generated by bisonPeter Kokot2018-10-231-92/+0
| | | | | | | | | | | | | | The parser files for phpdbg are generated by bison from the *.y file. Parser files in Zend already follows such approach of these files being ignored from tracking in the Git repository and they are shipped via the release packages. This way the end user still don't need to have bison dependency installed to install PHP. The genfiles script was refactored to generate the phpdbg parser and lexer files. Empty comment in phpdbg parser y template file has been changed to the YACC compliant /* empty */ instead of custom one.
* Fix conflicts in phpdbg parserNikita Popov2018-10-231-74/+36
|
* Trailing whitespaces on sapi/*Gabriel Caruso2018-01-041-5/+5
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* fix gcov coverageNuno Lopes2016-11-161-1/+1
|
* Add # delimiter to phpdbg commandsBob Weinand2015-09-171-18/+20
|
* Fix valgrind errors in phpdbgBob Weinand2015-08-041-17/+55
| | | | | | | 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 removalStanislav Malyshev2015-01-101-5/+5
|
* various fixes for removing explicit tsrm_ls usageAnatol Belski2014-12-161-50/+12
|
* Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-10/+8
|\ | | | | | | | | | | | | | | | | | | 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 PHP7krakjoe2014-10-271-10/+29
| |
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-6/+10
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-30/+13
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-091-12/+12
|
* Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-241-0/+126