Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug 74913 redirecting incorrect include <sys/poll.h> | Peter Kokot | 2017-07-17 | 1 | -1/+5 |
| | |||||
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0 | Joe Watkins | 2017-04-10 | 1 | -1/+1 |
|\ | | | | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: Fixed condition check Fixed issue #2466 Invalid integer constant expression error in php.h | ||||
| * | Fixed condition check | Xinchen Hui | 2017-04-10 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #74400 (phpdbg comparing socket function to int) | Joe Watkins | 2017-04-10 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | |||||
* | Fix copying too much leading to potential segfault | Bob Weinand | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 48 | -49/+49 |
| | |||||
* | Fixed bug #73704 (phpdbg shows the wrong line in files with shebang) | Bob Weinand | 2016-12-22 | 4 | -14/+61 |
| | |||||
* | 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 issue getting executable lines from custom wrappers | Bob Weinand | 2016-12-06 | 3 | -5/+95 |
| | | | | See also krakjoe/phpdbg#161 | ||||
* | Merge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0 | Nuno Lopes | 2016-11-30 | 9 | -17/+56 |
|\ | |||||
| * | Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg available | Bob Weinand | 2016-11-30 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup) | Bob Weinand | 2016-11-30 | 4 | -6/+24 |
| | | |||||
| * | Revert "Revert "Remove a few unused write warning"" | Bob Weinand | 2016-11-20 | 4 | -10/+8 |
| | | | | | | | | | | | | This reverts commit ff5a65d26b139142c5e967582c369ef65b79adf8. (With zend_ prefix now) | ||||
| * | Revert "Remove a few unused write warning (backport from master, oops)s" | Nikita Popov | 2016-11-20 | 2 | -1/+3 |
| | | | | | | | | This reverts commit c65d24eaa3671e61db7c2a3f28daeaf7c74ac758. | ||||
| * | Remove a few unused write warning (backport from master, oops)s | Bob Weinand | 2016-11-20 | 3 | -3/+2 |
| | | |||||
| * | make it possible to show specific help pages without interactive session | Joe Watkins | 2016-11-20 | 3 | -1/+23 |
| | | |||||
* | | fix gcov coverage | Nuno Lopes | 2016-11-16 | 2 | -31/+31 |
|/ | |||||
* | Fix passing of wrong values in bp export | Bob Weinand | 2016-11-13 | 1 | -2/+2 |
| | |||||
* | Properly escape all filenames when exporting breakpoints | Bob Weinand | 2016-11-13 | 6 | -12/+19 |
| | |||||
* | Fix phpdbg breakpoint restoring after execution completes | Mitch Hagstrand | 2016-11-13 | 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 |
| | |||||
* | Fix memory leak when compiling files in phpdbg | Bob Weinand | 2016-10-14 | 1 | -2/+2 |
| | |||||
* | Ignore non-executable opcodes in line mode of phpdbg_end_oplog() | Bob Weinand | 2016-10-13 | 1 | -9/+19 |
| | |||||
* | use already exported symbol | Anatol Belski | 2016-10-13 | 1 | -1/+1 |
| | |||||
* | Update NEWS | Bob Weinand | 2016-10-12 | 2 | -6/+9 |
| | | | | Also add missing include.inc test file | ||||
* | Fix phpdbg tests after lineno change | Nikita Popov | 2016-10-12 | 5 | -12/+9 |
| | |||||
* | Fix accidental PHPDBG_ABI break | Bob Weinand | 2016-10-12 | 4 | -6/+12 |
| | |||||
* | Add stdin command and -s command line parameter to phpdbg | Bob Weinand | 2016-10-12 | 10 | -45/+303 |
| | | | | | | | 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... | ||||
* | Update run command for allowing STDIN | Bob Weinand | 2016-10-05 | 1 | -7/+5 |
| | |||||
* | Remove phpdbg fix targeting 7.1 which landed in 7.0 | Bob Weinand | 2016-10-05 | 1 | -11/+0 |
| | |||||
* | 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 | 9 | -254/+288 |
| | |||||
* | Add proper escape sequences and reading stdin from file in phpdbg run command | Bob Weinand | 2016-10-01 | 5 | -110/+564 |
| | |||||
* | Fix invalid access to interned strings after they are freed in phpdbg | Bob Weinand | 2016-10-01 | 1 | -0/+11 |
| | |||||
* | phpdbg next command must stop when leaving function | Bob Weinand | 2016-09-23 | 2 | -3/+44 |
| | |||||
* | phpdbg: couple of network function return checks. Possible | David Carlier | 2016-09-04 | 1 | -2/+16 |
| | | | | overflow when copy the socket_path configuration. | ||||
* | Fix bug #72996 | Nikita Popov | 2016-09-03 | 1 | -0/+2 |
| | |||||
* | fix dealloc mismatch | Anatol Belski | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed fd leak (the origin commit can not be cherry-picked) | Xinchen Hui | 2016-06-28 | 1 | -1/+4 |
| | |||||
* | fix condition | Anatol Belski | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Fixed bug #72284 (phpdbg fatal errors with coverage) | Bob Weinand | 2016-05-30 | 1 | -3/+6 |
| | | | | Cherry-pick of original commits d3371b and 0f20e11 only present in master | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Adam Harvey | 2016-05-25 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Fix typo in phpdbg help. | ||||
| * | Fix typo in phpdbg help. | Adam Harvey | 2016-05-25 | 1 | -1/+1 |
| | | | | | | | | | | Sorry, I would have included this in the last push had I spotted it a minute earlier. | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Adam Harvey | 2016-05-25 | 1 | -1/+3 |
|\ \ | |/ | | | | | | | * PHP-5.6: Add missing newlines to phpdbg's help for the run command. |