Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use uint64_t for flags (warning) | Bob Weinand | 2016-01-23 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -2/+2 | |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -2/+2 | |
| | | ||||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -2/+2 | |
| | | ||||||
| * | 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 | 1 | -421/+316 | |
| | | | | | | | | commits(remote debugging/xml protocol) | |||||
| * | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+4 | |
| | | ||||||
* | | Unused value casting should be `void` | Reeze Xia | 2015-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | standard tsrm usage for seven | Joe Watkins | 2015-12-06 | 1 | -7/+7 | |
| | | ||||||
* | | Output stderr on real stderr in phpdbg | Bob Weinand | 2015-11-23 | 1 | -1/+1 | |
| | | ||||||
* | | Exempt paging from -qrr mode | Bob Weinand | 2015-10-20 | 1 | -1/+1 | |
| | | ||||||
* | | - Implemented output paging | Felipe Pena | 2015-10-18 | 1 | -0/+1 | |
| | | ||||||
* | | Fix parse errors in -rr mode | Bob Weinand | 2015-10-02 | 1 | -1/+3 | |
| | | ||||||
* | | Do not display memory leaks on fatal | Bob Weinand | 2015-10-02 | 1 | -3/+7 | |
| | | ||||||
* | | Do not include zend_verify_return_type in executable ops (phpdbg) | Bob Weinand | 2015-10-02 | 1 | -4/+4 | |
| | | ||||||
* | | Fix/improve zpp usage | Nikita Popov | 2015-10-02 | 1 | -6/+6 | |
| | | | | | | | | | | | | The ext/interbase changes are done blindly, fingers crossed. Some of these are bug fixes, some make zpp usage more idiomatic. | |||||
* | | fix phpdbg's -h switch | Anatol Belski | 2015-09-27 | 1 | -0/+4 | |
| | | | | | | | | | | The help functionality needs a correct stdout fd, so pre setup it for the only case. | |||||
* | | Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg) | Bob Weinand | 2015-09-23 | 1 | -0/+5 | |
| | | ||||||
* | | Always properly show exit status in phpdbg | Bob Weinand | 2015-09-19 | 1 | -1/+6 | |
| | | | | | | | | Especially when it is only set after main run (e.g. register_shutdown_function) | |||||
* | | Fix oplog... | Bob Weinand | 2015-09-19 | 1 | -0/+1 | |
| | | ||||||
* | | Add # delimiter to phpdbg commands | Bob Weinand | 2015-09-17 | 1 | -0/+10 | |
| | | ||||||
* | | fix zend signal and tsrm compatzend-signal-zts | Joe Watkins | 2015-09-01 | 1 | -0/+4 | |
| | | ||||||
* | | Respect exit status for -rr option with phpdbg | Bob Weinand | 2015-08-30 | 1 | -1/+4 | |
| | | ||||||
* | | Fixed printing | Xinchen Hui | 2015-08-27 | 1 | -2/+2 | |
| | | ||||||
* | | Fix phpdbg_break_next() and add test | Bob Weinand | 2015-08-23 | 1 | -3/+14 | |
| | | ||||||
* | | Fix issues with phpdbg SIGINT handler | Bob Weinand | 2015-08-21 | 1 | -14/+22 | |
| | | | | | | | | Also fix valgrind warnings in allocator when not using mmap()ed memory | |||||
* | | Reimplemented ability to get debug info (C source file and line number) in ↵ | Dmitry Stogov | 2015-08-11 | 1 | -48/+13 | |
| | | | | | | | | phpdbg without hacks and ABI breaks. | |||||
* | | Fix further leaks | Bob Weinand | 2015-08-04 | 1 | -0/+6 | |
| | | ||||||
* | | Fix valgrind errors in phpdbg | Bob Weinand | 2015-08-04 | 1 | -9/+3 | |
| | | | | | | | | | | | | | | Revert "We cannot safely assume that all op array will be refcount 0 after execution" This reverts commit b6936adb58288a0606ed847802d9226cddb41e2b. This change turns out to not have been a clever idea and was causing more weirdness than it helped... | |||||
* | | Do not mark automatic return 1; as executable | Bob Weinand | 2015-07-31 | 1 | -1/+3 | |
| | | ||||||
* | | Fix oplog trace with already freed closures | Bob Weinand | 2015-07-31 | 1 | -8/+7 | |
| | | ||||||
* | | Remove -Wunused-result warnings | Bob Weinand | 2015-07-27 | 1 | -1/+1 | |
| | | ||||||
* | | Fix bug #70138 (difference between gcc and clang) | Bob Weinand | 2015-07-26 | 1 | -6/+13 | |
| | | ||||||
* | | Fix leaks from bug #70138 | Bob Weinand | 2015-07-26 | 1 | -5/+10 | |
| | | ||||||
* | | Fix op_arrays with opcache | Bob Weinand | 2015-07-25 | 1 | -0/+2 | |
| | | ||||||
* | | Revert "avoid pointer truncation" | Anatol Belski | 2015-07-24 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit 5334d53499b2d7f2a3281f5fbc6b0963ae61aaad. | |||||
* | | avoid pointer truncation | Anatol Belski | 2015-07-24 | 1 | -1/+1 | |
| | | ||||||
* | | fix scope | Anatol Belski | 2015-07-24 | 1 | -1/+1 | |
| | | ||||||
* | | Fix non-debug build | Bob Weinand | 2015-07-24 | 1 | -9/+4 | |
| | | ||||||
* | | Cleanup shutdown, enable proper memory leak displaying | Bob Weinand | 2015-07-24 | 1 | -116/+103 | |
| | | | | | | | | phpdbg should not memory leak... | |||||
* | | Fix build failure for non-osx *nixes | Bob Weinand | 2015-07-23 | 1 | -2/+2 | |
| | | ||||||
* | | Fix valgrind warning with sigaction | Bob Weinand | 2015-07-23 | 1 | -1/+2 | |
| | | ||||||
* | | Add phpdbg_get_executable() (gets executable ops/lines) | Bob Weinand | 2015-07-22 | 1 | -30/+119 | |
| | | ||||||
* | | Add -e (ZEND_EXT_* generation) option to phpdbg | Bob Weinand | 2015-07-22 | 1 | -0/+10 | |
| | | ||||||
* | | Do not use readline when not having a tty | Bob Weinand | 2015-07-20 | 1 | -1/+1 | |
| | | | | | | | | This is important for e.g. run-tests.php | |||||
* | | Add show_unexecuted option to phpdbg_end_oplog() | Bob Weinand | 2015-07-20 | 1 | -10/+71 | |
| | | ||||||
* | | Preserve argv consistency over multiple runs | Bob Weinand | 2015-07-20 | 1 | -15/+15 | |
| | | ||||||
* | | Do never clean stdin buffer away | Bob Weinand | 2015-07-20 | 1 | -0/+2 | |
| | | ||||||
* | | Do not show "Script ended normally" upon forced rerun | Bob Weinand | 2015-07-20 | 1 | -2/+4 | |
| | |