summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Remove a few unused write warning""Bob Weinand2016-11-208-16/+15
* Revert "Remove a few unused write warning (backport from master, oops)s"Nikita Popov2016-11-206-7/+9
* Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-207-9/+8
* make it possible to show specific help pages without interactive sessionJoe Watkins2016-11-203-1/+23
* Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-11-171-1/+1
|\
| * Fixed testDmitry Stogov2016-11-171-1/+1
* | 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
* | Merge branch 'pull-request/2097'Joe Watkins2016-10-171-2/+4
* | 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
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-09-231-17/+20
|\ \ | |/
| * Formatting. Fix possible memory corruption in FPM SHM managementJulien Pauli2016-09-231-12/+16
| * fix every work call mmaptom9162016-09-231-13/+12
* | phpdbg next command must stop when leaving functionBob Weinand2016-09-232-3/+44
* | Merge branch 'PHP-5.6' into PHP-7.0George Wang2016-09-191-2/+2
|\ \ | |/
| * Fix wrong year in previous commit.George Wang2016-09-191-2/+2
| * backport 59444347 and 3d7343f6Anatol Belski2016-09-083-0/+12
* | 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
* | Merge branch 'PHP-5.6' into PHP-7.0George Wang2016-08-281-58/+357
|\ \ | |/
| * Added .user.ini support.George Wang2016-08-281-32/+489
| * Fix bug #72836 - integer overflow in base64_decode caused heap corruptionStanislav Malyshev2016-08-162-0/+489
* | Don't copy mime types in CLI serverNikita Popov2016-08-091-6/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-281-1/+6
|\ \ | |/
| * Fix #72676: Test cli_process_title_unix fails on AIXChristoph M. Becker2016-07-281-1/+6
* | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-07-222-3/+84
|\ \ | |/
| * FPM: add test for CVE-2016-5385Remi Collet2016-07-222-3/+84
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-121-2/+2
|\ \ | |/
| * Fix #72575: using --allow-to-run-as-root should ignore missing usergooh2016-07-121-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-113-3/+0
|\ \ | |/
| * Remove needless zeroing of anonymously mmap'd memoryJulien Pauli2016-07-111-1/+0
| * Remove needless zeroing of anonymously mmap'd memoryMichael McConville2016-07-112-2/+0