summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fixed fd leak (the origin commit can not be cherry-picked)Xinchen Hui2016-06-281-1/+4
* fix conditionAnatol Belski2016-05-301-1/+1
* Fixed bug #72284 (phpdbg fatal errors with coverage)Bob Weinand2016-05-301-3/+6
* Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+1
|\
| * Fix typo in phpdbg help.Adam Harvey2016-05-251-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+3
|\ \ | |/
| * Add missing newlines to phpdbg's help for the run command.Adam Harvey2016-05-251-1/+3
* | phpdbg: close file handlesJoe Watkins2016-04-121-0/+2
* | Eliminate usages of _PP macrosNikita Popov2016-03-031-5/+0
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-0323-23/+23
* | PHP-7 zend_call_function() doesn't support symbol_table substitutionDmitry Stogov2016-03-021-1/+2
* | Fix crash when advancing inside an internal functionBob Weinand2016-02-174-15/+27
* | Format string fixesNikita Popov2016-02-148-25/+38
* | Fix format attributes in ZTSNikita Popov2016-02-141-9/+0
* | Fixed inherited functions from unspecified files being included in phpdbg_get...Bob Weinand2016-02-111-1/+1
* | phpdbg config.m4: make it detectable by old shellsGuillaume Outters2016-01-291-1/+1
* | Use uint64_t for flags (warning)Bob Weinand2016-01-231-1/+1
* | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0112-12/+12
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0136-37/+37
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0133-34/+34
| * unbreak coverage data: fix #line directives in phpdbg parserNuno Lopes2015-10-241-25/+25
| * Fix phpdbg_break_next()Bob Weinand2015-08-231-0/+1
* | Fixed test after fix lineno of finallyXinchen Hui2016-01-011-6/+8
* | Unused value casting should be `void`Reeze Xia2015-12-121-1/+1
* | standard tsrm usage for sevenJoe Watkins2015-12-063-9/+10
* | Output stderr on real stderr in phpdbgBob Weinand2015-11-231-1/+1
* | Fixed incomplete initialization.Dmitry Stogov2015-10-301-2/+2
* | unbreak coverage data: fix #line directives in phpdbg parserNuno Lopes2015-10-241-30/+30
* | Exempt paging from -qrr modeBob Weinand2015-10-202-9/+10
* | - Implemented output pagingFelipe Pena2015-10-187-6/+103
* | Prevent memcmp() result truncationBob Weinand2015-10-131-3/+3
* | phpdbg test info_001.phpt was dependent on auto_globals_jitBob Weinand2015-10-131-2/+4
* | Fix on/off values in phpdbg lexerBob Weinand2015-10-132-738/+733
* | Fix parse errors in -rr modeBob Weinand2015-10-021-1/+3
* | Ensure proper set_exception_handler() handling with exit() inside itBob Weinand2015-10-021-3/+11
* | Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions)Bob Weinand2015-10-023-4/+7
* | Do not display memory leaks on fatalBob Weinand2015-10-021-3/+7
* | Do not include zend_verify_return_type in executable ops (phpdbg)Bob Weinand2015-10-021-4/+4
* | Fix/improve zpp usageNikita Popov2015-10-021-6/+6
* | fix phpdbg's -h switchAnatol Belski2015-09-271-0/+4
* | Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg)Bob Weinand2015-09-234-8/+19
* | Fixed bug #70532 (respect set_exception_handler in phpdbg)Bob Weinand2015-09-232-2/+4
* | Always properly show exit status in phpdbgBob Weinand2015-09-191-1/+6
* | Fix oplog...Bob Weinand2015-09-193-4/+5
* | Apply same fixes for untilBob Weinand2015-09-191-18/+14
* | Fix leave and finishBob Weinand2015-09-192-8/+58
* | Add eventual escaping for phpdbg argumentsBob Weinand2015-09-183-630/+979
* | Add # delimiter to phpdbg commandsBob Weinand2015-09-179-832/+986
* | Change array sorting implementation to avoid two level callbacks system.Dmitry Stogov2015-09-101-6/+4