Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix weird asm instruction order with gcc by marking as volatile in phpdbgtmp_liveliness | Bob Weinand | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | integrate the applink shim in the other bins | Anatol Belski | 2015-07-03 | 1 | -0/+4 |
| | |||||
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -5/+5 |
| | | | | semantick changes). | ||||
* | Remove now unneeded step option (-s) | Bob Weinand | 2015-06-29 | 1 | -12/+0 |
| | |||||
* | Add phpdbg userland API to fetch oplog | Bob Weinand | 2015-06-22 | 1 | -2/+147 |
| | | | | We may want to add some opcode info later, so that "opcodes" mode is more helpful | ||||
* | Fix infinite loop when running phpdbg via -r(r) | Bob Weinand | 2015-06-16 | 1 | -3/+6 |
| | |||||
* | show opcode count | Bob Weinand | 2015-04-20 | 1 | -5/+0 |
| | |||||
* | Shorten opline dump lines and show literals | Bob Weinand | 2015-04-20 | 1 | -1/+6 |
| | |||||
* | Provide method to access opcodes via command line argument | Bob Weinand | 2015-04-19 | 1 | -1/+21 |
| | |||||
* | Add phpdbg -h for help | Bob Weinand | 2015-03-21 | 1 | -0/+13 |
| | |||||
* | using zend_stat_t | Anatol Belski | 2015-03-19 | 1 | -1/+1 |
| | |||||
* | s/PHP Version 5/PHP Version 7/g | Lior Kaplan | 2015-03-13 | 1 | -1/+1 |
| | | | | Follow up for d0cb7153 | ||||
* | Temorary fix for phpdbg segfault while use zend_mm_set_custom_handlers | Xinchen Hui | 2015-03-09 | 1 | -1/+8 |
| | |||||
* | Fixed phpdbg zend_bailout error when compiling syntax error code | Reeze Xia | 2015-02-13 | 1 | -1/+12 |
| | | | | @krakjoe if there is something wrong, tell me plz | ||||
* | Add missing header inclusion | Reeze Xia | 2015-02-10 | 1 | -0/+3 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -2/+2 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -14/+14 |
| | |||||
* | Micro optimaztion (yeah, I know compiler supposed to do that) | Xinchen Hui | 2014-12-22 | 1 | -3/+3 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -101/+94 |
| | |||||
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' | Anatol Belski | 2014-10-29 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fix output globals importing export output globals use portable strndup implementation unix sockets aren't available on windows dll export APIs needed by phpdbg fix sapi/phpdbg/config.w32 Don't treat warnings as failures in the junit output | ||||
| * | use portable strndup implementation | Anatol Belski | 2014-10-29 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-28 | 1 | -56/+27 |
|\ \ | |/ | | | | | | | | | | | | | | | Conflicts: configure.in main/php_version.h sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_prompt.c | ||||
| * | Remove the ugly hack via a temp file to store breakpoints | Bob Weinand | 2014-10-28 | 1 | -44/+17 |
| | | |||||
| * | 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 |
| | | |||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-27 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-27 | 1 | -2/+2 |
| | | | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_prompt.c | ||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-27 | 1 | -56/+120 |
|\ \ | |/ | | | | | | | | | | | | | | | | | 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 | ||||
| * | Fix last commit, and do not output unnecessary information | Bob Weinand | 2014-10-27 | 1 | -14/+30 |
| | | |||||
| * | Stabilize execution, always run destructors and extended file breakpoints | Bob Weinand | 2014-10-27 | 1 | -26/+78 |
| | | |||||
| * | remove dodgy param parser, bring userland breakpoint api inline with PHP7 | krakjoe | 2014-10-27 | 1 | -20/+65 |
| | | |||||
| * | 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 | 1 | -24/+20 |
| | | |||||
* | | disable output buffering, better breakpoint api for userland, remove hand ↵ | krakjoe | 2014-10-26 | 1 | -20/+67 |
| | | | | | | | | parsing of params | ||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-25 | 1 | -7/+11 |
|\ \ | |/ | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_list.c | ||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-25 | 1 | -9/+6 |
| | | |||||
* | | Made phpdbg compatible with new engine | Bob Weinand | 2014-10-24 | 1 | -313/+370 |
|\ \ | |/ | |||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 1 | -231/+299 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Remi Collet | 2014-09-15 | 1 | -5/+5 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.6: Fix NEWS - #65641 mod_proxy-fcgi is not fixed (still open) - #67606 mod_fastcgi is fixed in ee275e34c8b303945945c650d4bc90dcc2ac0b17 Fix NEWS - #65641 mod_proxy-fcgi is not fixed (still open) - #67606 mod_fastcgi is fixed in ee275e34c8b303945945c650d4bc90dcc2ac0b17 Fix bug #111 (compile error without ZEND_SIGNALS) Don't run travis against master (phpng) Update README.md | ||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-09-15 | 1 | -5/+5 |
| | | |||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -8/+8 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -8/+8 |
|/ | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-07-06 | 1 | -10/+12 |
| | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-04 | 1 | -3/+3 |
| | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-03 | 1 | -12/+35 |
| | |||||
* | Added stdion/stdout/stderr constsnts and their php:// wrappers | Bob Weinand | 2014-05-01 | 1 | -0/+66 |
| | | | | Fixes issue #85 | ||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-04-21 | 1 | -114/+198 |
| |