summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Collapse)AuthorAgeFilesLines
* Revert "fix crash in phpdbg shutdown process when opcache is loaded"Joe Watkins2017-02-271-2/+1
| | | | This reverts commit 008fb28eafa3740b1e3696b1a5cf7566d493b97d.
* fix crash in phpdbg shutdown process when opcache is loadedJoe Watkins2017-02-271-1/+2
|
* Fix copying too much leading to potential segfaultBob Weinand2017-01-251-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-0448-49/+49
|
* Fixed bug #73704 (phpdbg shows the wrong line in files with shebang)Bob Weinand2016-12-224-14/+61
|
* Fix issue with -- in phpdbg command lineBob Weinand2016-12-211-1/+1
|
* Partially fix bug #70492Nikita Popov2016-12-141-1/+1
| | | | The libmagic portion is missing.
* Fixed issue getting executable lines from custom wrappersBob Weinand2016-12-063-5/+95
| | | | See also krakjoe/phpdbg#161
* Merge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0Nuno Lopes2016-11-309-17/+56
|\
| * Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg availableBob Weinand2016-11-301-1/+1
| |
| * Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup)Bob Weinand2016-11-304-6/+24
| |
| * Revert "Revert "Remove a few unused write warning""Bob Weinand2016-11-204-10/+8
| | | | | | | | | | | | This reverts commit ff5a65d26b139142c5e967582c369ef65b79adf8. (With zend_ prefix now)
| * Revert "Remove a few unused write warning (backport from master, oops)s"Nikita Popov2016-11-202-1/+3
| | | | | | | | This reverts commit c65d24eaa3671e61db7c2a3f28daeaf7c74ac758.
| * Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-203-3/+2
| |
| * make it possible to show specific help pages without interactive sessionJoe Watkins2016-11-203-1/+23
| |
* | fix gcov coverageNuno Lopes2016-11-162-31/+31
|/
* Fix passing of wrong values in bp exportBob Weinand2016-11-131-2/+2
|
* Properly escape all filenames when exporting breakpointsBob Weinand2016-11-136-12/+19
|
* Fix phpdbg breakpoint restoring after execution completesMitch Hagstrand2016-11-131-1/+1
|
* yet another uninitialized pointerAnatol Belski2016-10-271-0/+2
|
* fix uninitialized pointerAnatol Belski2016-10-271-0/+2
|
* Fixed bug #71234 (INI files are loaded even invoked as phpdbg -n --version)Bob Weinand2016-10-161-33/+49
|
* Fixed bug #70776 (Simple SIGINT does not have any effect)Bob Weinand2016-10-161-0/+4
|
* Fix memory leak when compiling files in phpdbgBob Weinand2016-10-141-2/+2
|
* Ignore non-executable opcodes in line mode of phpdbg_end_oplog()Bob Weinand2016-10-131-9/+19
|
* use already exported symbolAnatol Belski2016-10-131-1/+1
|
* Update NEWSBob Weinand2016-10-122-6/+9
| | | | Also add missing include.inc test file
* Fix phpdbg tests after lineno changeNikita Popov2016-10-125-12/+9
|
* Fix accidental PHPDBG_ABI breakBob Weinand2016-10-124-6/+12
|
* Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-1210-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 STDINBob Weinand2016-10-051-7/+5
|
* Remove phpdbg fix targeting 7.1 which landed in 7.0Bob Weinand2016-10-051-11/+0
|
* Fix crash on Linux due to double fclose()Bob Weinand2016-10-031-1/+1
|
* Fix run command args passing when inmidst executionBob Weinand2016-10-029-254/+288
|
* Add proper escape sequences and reading stdin from file in phpdbg run commandBob Weinand2016-10-015-110/+564
|
* Fix invalid access to interned strings after they are freed in phpdbgBob Weinand2016-10-011-0/+11
|
* phpdbg next command must stop when leaving functionBob Weinand2016-09-232-3/+44
|
* phpdbg: couple of network function return checks. PossibleDavid Carlier2016-09-041-2/+16
| | | | overflow when copy the socket_path configuration.
* Fix bug #72996Nikita Popov2016-09-031-0/+2
|
* fix dealloc mismatchAnatol Belski2016-08-291-1/+1
|
* MFH: Fixed fd leak (the origin commit can not be cherry-picked)Xinchen Hui2016-06-281-1/+4
|
* fix conditionAnatol Belski2016-05-301-1/+1
|
* Fixed bug #72284 (phpdbg fatal errors with coverage)Bob Weinand2016-05-301-3/+6
| | | | Cherry-pick of original commits d3371b and 0f20e11 only present in master
* Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+1
|\ | | | | | | | | * PHP-5.6: Fix typo in phpdbg help.
| * Fix typo in phpdbg help.Adam Harvey2016-05-251-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.0Adam Harvey2016-05-251-1/+3
|\ \ | |/ | | | | | | * PHP-5.6: Add missing newlines to phpdbg's help for the run command.
| * Add missing newlines to phpdbg's help for the run command.Adam Harvey2016-05-251-1/+3
| | | | | | | | | | This is not at all related to needing screenshots for a talk I'm giving in two days. No sir. Not at all.
* | phpdbg: close file handlesJoe Watkins2016-04-121-0/+2
| |
* | Eliminate usages of _PP macrosNikita Popov2016-03-031-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | These are either in debug code (fix them), commented out (drop them) or in dead compatibility macros (drop them). One usage was in php_stream_get_from_zval(), which we have not used since at least PHP 5.2 and, judging from the fact that nobody complained about it causing compile errors in PHP 7, nobody else uses it either, so drop it. There are still remaining uses in mysqli embedded and odbc birdstep. These probably need to be dropped outright.
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
| | | | | | | | Also re bug #71575.