Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "fix crash in phpdbg shutdown process when opcache is loaded" | Joe Watkins | 2017-02-27 | 1 | -2/+1 |
| | | | | This reverts commit 008fb28eafa3740b1e3696b1a5cf7566d493b97d. | ||||
* | fix crash in phpdbg shutdown process when opcache is loaded | Joe Watkins | 2017-02-27 | 1 | -1/+2 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -2/+2 |
| | |||||
* | Fix issue with -- in phpdbg command line | Bob Weinand | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | Partially fix bug #70492 | Nikita Popov | 2016-12-14 | 1 | -1/+1 |
| | | | | The libmagic portion is missing. | ||||
* | Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup) | Bob Weinand | 2016-11-30 | 1 | -3/+1 |
| | |||||
* | Revert "Revert "Remove a few unused write warning"" | Bob Weinand | 2016-11-20 | 1 | -1/+1 |
| | | | | | | This reverts commit ff5a65d26b139142c5e967582c369ef65b79adf8. (With zend_ prefix now) | ||||
* | Remove a few unused write warning (backport from master, oops)s | Bob Weinand | 2016-11-20 | 1 | -0/+1 |
| | |||||
* | make it possible to show specific help pages without interactive session | Joe Watkins | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | yet another uninitialized pointer | Anatol Belski | 2016-10-27 | 1 | -0/+2 |
| | |||||
* | fix uninitialized pointer | Anatol Belski | 2016-10-27 | 1 | -0/+2 |
| | |||||
* | Fixed bug #71234 (INI files are loaded even invoked as phpdbg -n --version) | Bob Weinand | 2016-10-16 | 1 | -33/+49 |
| | |||||
* | Fixed bug #70776 (Simple SIGINT does not have any effect) | Bob Weinand | 2016-10-16 | 1 | -0/+4 |
| | |||||
* | Ignore non-executable opcodes in line mode of phpdbg_end_oplog() | Bob Weinand | 2016-10-13 | 1 | -9/+19 |
| | |||||
* | Update NEWS | Bob Weinand | 2016-10-12 | 1 | -6/+6 |
| | | | | Also add missing include.inc test file | ||||
* | Fix accidental PHPDBG_ABI break | Bob Weinand | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | Add stdin command and -s command line parameter to phpdbg | Bob Weinand | 2016-10-12 | 1 | -12/+67 |
| | | | | | | | This allows reading the initial script file from stdin instead of being forced to put the script into a file in order to run it with phpdbg. Especially important for programmatic execution of phpdbg. Also adding tests/include_once.phpt and tests/set_exception_handler.phpt as I seem to have forgotten to git add them sometime long ago... | ||||
* | Fix crash on Linux due to double fclose() | Bob Weinand | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | Fix run command args passing when inmidst execution | Bob Weinand | 2016-10-02 | 1 | -5/+21 |
| | |||||
* | Add proper escape sequences and reading stdin from file in phpdbg run command | Bob Weinand | 2016-10-01 | 1 | -0/+38 |
| | |||||
* | MFH: Fixed fd leak (the origin commit can not be cherry-picked) | Xinchen Hui | 2016-06-28 | 1 | -1/+4 |
| | |||||
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
| | | | | Also re bug #71575. | ||||
* | Format string fixes | Nikita Popov | 2016-02-14 | 1 | -3/+3 |
| | | | | | Conflicts: ext/pgsql/pgsql.c | ||||
* | Fixed inherited functions from unspecified files being included in ↵ | Bob Weinand | 2016-02-11 | 1 | -1/+1 |
| | | | | | | phpdbg_get_executable() See also https://github.com/krakjoe/phpdbg/issues/152 | ||||
* | 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 |
| | |