Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fix | Ferenc Kovacs | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | go back with phpdbg to the state of 5.6.3, reverting the controversial ↵ | Ferenc Kovacs | 2014-11-26 | 55 | -8124/+2673 |
| | | | | commits(remote debugging/xml protocol) | ||||
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 2 | -4/+4 |
| | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c | ||||
* | Temporarily disable wait/xml protocol... | Bob Weinand | 2014-10-30 | 6 | -2/+12 |
| | |||||
* | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | fix output globals importing | Anatol Belski | 2014-10-29 | 2 | -2/+0 |
| | |||||
* | use portable strndup implementation | Anatol Belski | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | unix sockets aren't available on windows | Anatol Belski | 2014-10-29 | 1 | -0/+2 |
| | |||||
* | fix sapi/phpdbg/config.w32 | Anatol Belski | 2014-10-29 | 1 | -3/+3 |
| | |||||
* | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-29 | 1 | -0/+4 |
| | |||||
* | cleanup uneeded json | Remi Collet | 2014-10-29 | 1 | -1/+0 |
| | |||||
* | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-28 | 1 | -2/+0 |
| | |||||
* | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-28 | 3 | -0/+5 |
| | |||||
* | Merge ../phpdbg into PHP-5.6 | Bob Weinand | 2014-10-28 | 4 | -19/+26 |
| | | | | | Conflicts: sapi/phpdbg/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 |
| |