summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge phpdbg into PHP-5.6Bob Weinand2014-10-273-47/+75
| | * | Merge phpdbg into PHP-5.6Bob Weinand2014-10-275-22/+25
| | * | Do not execute anything after quit or clean commandBob Weinand2014-10-271-0/+4
| | * | Fix last commit, and do not output unnecessary informationBob Weinand2014-10-275-18/+46
| | * | Stabilize execution, always run destructors and extended file breakpointsBob Weinand2014-10-278-129/+268
| | * | Fix nullptr dereference in clean without exec contextBob Weinand2014-10-271-1/+4
| | * | remove dodgy param parser, bring userland breakpoint api inline with PHP7krakjoe2014-10-275-316/+278
| | * | disable output buffering by defaultkrakjoe2014-10-271-1/+2
| | * | Add question to reset execution in run/exec/cleanBob Weinand2014-10-277-138/+170
| | * | Merge phpdbg into PHP-5.6Bob Weinand2014-10-255-9/+74
| | * | Merge phpdbg into PHP-5.6Bob Weinand2014-10-2453-2484/+7560
| | * | Merge phpdbg into PHP-5.6Bob Weinand2014-09-153-7/+6
| | * | Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-07-062-11/+13
| | * | Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-296-503/+662
| | * | Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-252-0/+62
| | * | Better fix for phpdbg + libeditRemi Collet2014-06-232-2/+5
| | * | Fix https://github.com/krakjoe/phpdbg/issues/91Remi Collet2014-06-235-6/+15
| | * | Update copyright year to 2014Lior Kaplan2014-06-162-2/+2
| | * | Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-156-16/+52
| | * | Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-0912-3043/+1522
| | * | Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-045-19/+28
| | * | Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-032-13/+36
| | * | Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-05-031-1/+1
| | * | Added stdion/stdout/stderr constsnts and their php:// wrappersBob Weinand2014-05-011-0/+66
| | * | Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-271-2/+4
| | * | Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-262-6/+5
| | * | Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-247-17/+2026
| | * | Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-2139-2023/+6802
| | * | Fixed wrong indentationMateusz Kocielski2014-03-181-1/+1
| | * | Fix phpdbg build on FreeBSDMateusz Kocielski2014-03-181-0/+1
| | * | a few typofixesVeres Lajos2014-02-141-2/+2
| | * | windowskrakjoe2014-02-021-1/+1
| | * | clean symbolskrakjoe2014-02-021-0/+6
| | * | another patch from upstreamkrakjoe2014-02-021-7/+14
| | * | woopskrakjoe2014-02-021-2/+4
| | * | better use of tmpnam/mkstempkrakjoe2014-02-021-3/+26
| | * | update versionkrakjoe2014-02-021-1/+1
| | * | remove use of zend directly, avoid leaks/bugs in modules etckrakjoe2014-02-021-34/+9
| | * | fix C89 compatAnatol Belski2014-01-191-1/+3
| | * | Merge branch 'phpdbg' into PHP-5.6Johannes Schlüter2014-01-185-57/+82
| | * | Bump yearXinchen Hui2014-01-0326-27/+27
| | * | update version outputkrakjoe2013-12-271-2/+1
| | * | fix c89 compatAnatol Belski2013-12-251-2/+1
| | * | fixed incompatible pointer in phpdbg on win64Anatol Belski2013-12-241-1/+2
| | * | Fixed #18Bob Weinand2013-12-241-1/+3
| | * | Fixed credits in phpdbg.* filesBob Weinand2013-12-242-0/+2
| | * | Added breaking upon fatal-ish errorBob Weinand2013-12-241-0/+29
| | * | credits file for phpdbgJoe Watkins2013-12-241-0/+2
| | * | Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-2048-0/+10215
| | /
* | | fix phpdbg build when src tree != build treeRemi Collet2014-10-281-2/+2