Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Merge ../phpdbg into PHP-5.6 | Bob Weinand | 2014-10-28 | 4 | -19/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sapi/phpdbg/config.m4 | |||||
| | * | | | | | | | | | | | Use serialize instead of json for transfer | Bob Weinand | 2014-10-28 | 3 | -19/+21 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Add webhelper in config.w32 | Bob Weinand | 2014-10-28 | 1 | -0/+5 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge php-src into phpdbg | Bob Weinand | 2014-10-28 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.m4 | |||||
| | | * | | | | | | | | | | fix phpdbg build when src tree != build tree | Remi Collet | 2014-10-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Remove the ugly hack via a temp file to store breakpoints | Bob Weinand | 2014-10-28 | 5 | -146/+170 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Typo (notfoundc => notfound) | Bob Weinand | 2014-10-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Fix quitting on a second run | Bob Weinand | 2014-10-28 | 1 | -11/+10 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Fix wrong exec length on relative paths | Bob Weinand | 2014-10-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Fix possibly unclosed <stream> tags | Bob Weinand | 2014-10-28 | 2 | -4/+16 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Fix potential segfaults and unresolved breaks | Bob Weinand | 2014-10-28 | 1 | -19/+37 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | *Always* clean up and run destructors | Bob Weinand | 2014-10-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-27 | 3 | -47/+75 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-27 | 5 | -22/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_prompt.c | |||||
| | | * | | | | | | | | | | Do not execute anything after quit or clean command | Bob Weinand | 2014-10-27 | 1 | -0/+4 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Fix last commit, and do not output unnecessary information | Bob Weinand | 2014-10-27 | 5 | -18/+46 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Stabilize execution, always run destructors and extended file breakpoints | Bob Weinand | 2014-10-27 | 8 | -129/+268 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Fix nullptr dereference in clean without exec context | Bob Weinand | 2014-10-27 | 1 | -1/+4 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | remove dodgy param parser, bring userland breakpoint api inline with PHP7 | krakjoe | 2014-10-27 | 5 | -316/+278 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | disable output buffering by default | krakjoe | 2014-10-27 | 1 | -1/+2 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Add question to reset execution in run/exec/clean | Bob Weinand | 2014-10-27 | 7 | -138/+170 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-25 | 5 | -9/+74 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 53 | -2484/+7560 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-09-15 | 3 | -7/+6 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-07-06 | 2 | -11/+13 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-29 | 6 | -503/+662 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-25 | 2 | -0/+62 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Better fix for phpdbg + libedit | Remi Collet | 2014-06-23 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix include - disable coloured prompt only with libedit | |||||
| | | * | | | | | | | | | | Fix https://github.com/krakjoe/phpdbg/issues/91 | Remi Collet | 2014-06-23 | 5 | -6/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable edit feature when build with libedit. Notice: coloured prompt only enable with READLINE | |||||
| | | * | | | | | | | | | | Update copyright year to 2014 | Lior Kaplan | 2014-06-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-15 | 6 | -16/+52 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-09 | 12 | -3043/+1522 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-04 | 5 | -19/+28 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-03 | 2 | -13/+36 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Added stdion/stdout/stderr constsnts and their php:// wrappers | Bob Weinand | 2014-05-01 | 1 | -0/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #85 | |||||
| | | * | | | | | | | | | | Merge remote-tracking branch 'phpdbg/master' into PHP-5.6 | Anatol Belski | 2014-04-27 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * phpdbg/master: C89 compat | |||||
| | | * | | | | | | | | | | Merge remote-tracking branch 'phpdbg/master' into PHP-5.6 | Anatol Belski | 2014-04-26 | 2 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * phpdbg/master: removed /EHa as __try/__catch syntax is used anyway fix ZEND_DEBUG usage fix CFLAGS_PHPDBGS and some formatting | |||||
| | | * | | | | | | | | | | Merge remote-tracking branch 'phpdbg/master' into PHP-5.6 | Anatol Belski | 2014-04-24 | 7 | -17/+2026 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-04-21 | 39 | -2023/+6802 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Fixed wrong indentation | Mateusz Kocielski | 2014-03-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Fix phpdbg build on FreeBSD | Mateusz Kocielski | 2014-03-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing netinet/in.h header. | |||||
| | | * | | | | | | | | | | a few typofixes | Veres Lajos | 2014-02-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | windows | krakjoe | 2014-02-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | clean symbols | krakjoe | 2014-02-02 | 1 | -0/+6 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | another patch from upstream | krakjoe | 2014-02-02 | 1 | -7/+14 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | woops | krakjoe | 2014-02-02 | 1 | -2/+4 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | better use of tmpnam/mkstemp | krakjoe | 2014-02-02 | 1 | -3/+26 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | update version | krakjoe | 2014-02-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | remove use of zend directly, avoid leaks/bugs in modules etc | krakjoe | 2014-02-02 | 1 | -34/+9 | |
| | | | | | | | | | | | | |