summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove phpdbg parser files generated by bisonPeter Kokot2018-10-231-1768/+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-620/+435
|
* Remove unused PHP_PROG_LEX macroPeter Kokot2018-07-291-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.
* Trailing whitespacesGabriel Caruso2018-01-031-5/+5
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* fix gcov coverageNuno Lopes2016-11-161-30/+30
|
* Fix run command args passing when inmidst executionBob Weinand2016-10-021-30/+35
|
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
|
* unbreak coverage data: fix #line directives in phpdbg parserNuno Lopes2015-10-241-30/+30
|
* Add # delimiter to phpdbg commandsBob Weinand2015-09-171-132/+160
|
* Fix valgrind errors in phpdbgBob Weinand2015-08-041-414/+465
| | | | | | | 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-22/+22
|
* various fixes for removing explicit tsrm_ls usageAnatol Belski2014-12-161-484/+432
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+3
|
* Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-145/+105
|\ | | | | | | | | | | | | | | | | | | 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-212/+184
| |
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-132/+184
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-221/+261
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-291-40/+40
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-091-262/+288
|
* Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-241-0/+1885