summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed issue getting executable lines from custom wrappersBob Weinand2016-12-063-5/+95
* 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
| * Revert "Remove a few unused write warning (backport from master, oops)s"Nikita Popov2016-11-202-1/+3
| * 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
* 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
* 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
* 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
* Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+1
|\
| * Fix typo in phpdbg help.Adam Harvey2016-05-251-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+3
|\ \ | |/
| * Add missing newlines to phpdbg's help for the run command.Adam Harvey2016-05-251-1/+3
* | phpdbg: close file handlesJoe Watkins2016-04-121-0/+2
* | Eliminate usages of _PP macrosNikita Popov2016-03-031-5/+0
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-0323-23/+23
* | PHP-7 zend_call_function() doesn't support symbol_table substitutionDmitry Stogov2016-03-021-1/+2
* | Fix crash when advancing inside an internal functionBob Weinand2016-02-174-15/+27
* | Format string fixesNikita Popov2016-02-148-25/+38