summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-201-0/+1
| |\ \ | | |/
| | * Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-201-0/+1
| | * make it possible to show specific help pages without interactive sessionJoe Watkins2016-11-201-1/+1
| * | make it possible to show specific help pages without interactive sessionJoe Watkins2016-11-201-1/+1
* | | Remove a few unused write warningsBob Weinand2016-11-201-0/+1
* | | make it possible to show specific help pages without interactive sessionJoe Watkins2016-11-201-1/+1
* | | Merge branch 'PHP-7.1'Bob Weinand2016-11-131-7/+13
|\ \ \ | |/ /
| * | Fix phpdbg ZTS shutdown with USE_ZEND_ALLOCBob Weinand2016-11-131-7/+13
* | | phpdbg standard input changesJoe Watkins2016-11-131-1/+1
* | | Merge branch 'PHP-7.1'Anatol Belski2016-10-271-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-271-0/+2
| |\ \ | | |/
| | * yet another uninitialized pointerAnatol Belski2016-10-271-0/+2
* | | Merge branch 'PHP-7.1'Anatol Belski2016-10-271-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-271-0/+2
| |\ \ | | |/
| | * fix uninitialized pointerAnatol Belski2016-10-271-0/+2
* | | Merge branch 'PHP-7.1'Bob Weinand2016-10-161-35/+49
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-161-35/+49
| |\ \ | | |/
| | * Fixed bug #71234 (INI files are loaded even invoked as phpdbg -n --version)Bob Weinand2016-10-161-33/+49
* | | Merge branch 'PHP-7.1'Bob Weinand2016-10-161-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-161-0/+4
| |\ \ | | |/
| | * Fixed bug #70776 (Simple SIGINT does not have any effect)Bob Weinand2016-10-161-0/+4
| * | Ignore non-executable opcodes in line mode of phpdbg_end_oplog()Bob Weinand2016-10-141-9/+19
| * | Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1Bob Weinand2016-10-141-6/+6
| * | Fix accidental PHPDBG_ABI breakBob Weinand2016-10-141-1/+1
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-141-12/+68
* | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-131-9/+19
|\ \ \ | | |/ | |/|
| * | Ignore non-executable opcodes in line mode of phpdbg_end_oplog()Bob Weinand2016-10-131-9/+19
* | | Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1Bob Weinand2016-10-121-6/+6
|\ \ \ | |/ /
| * | Update NEWSBob Weinand2016-10-121-6/+6
| * | Fix accidental PHPDBG_ABI breakBob Weinand2016-10-121-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-121-12/+68
|\ \ \ | |/ / | | / | |/ |/|
| * Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-121-12/+67
* | Use better fix for preventing too early freeing of interned stringsBob Weinand2016-10-061-1/+5
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-031-1/+1
|\ \ | |/
| * Fix crash on Linux due to double fclose()Bob Weinand2016-10-031-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-021-5/+21
|\ \ | |/
| * Fix run command args passing when inmidst executionBob Weinand2016-10-021-5/+21
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-011-0/+38
|\ \ | |/
| * Add proper escape sequences and reading stdin from file in phpdbg run commandBob Weinand2016-10-011-0/+38
| * MFH: Fixed fd leak (the origin commit can not be cherry-picked)Xinchen Hui2016-06-281-1/+4
* | Remove bogus zend_signal_shutdown symbol from headerBob Weinand2016-07-131-7/+6
* | Cleanup zend_/signal usage in phpdbg.cBob Weinand2016-07-131-20/+7
* | Fix phpdbg ZTS watchpoint+shutdown sequences & opcache+watchpointsBob Weinand2016-07-121-155/+173
* | Rewrite watchpoints to be much more stableBob Weinand2016-07-111-78/+97
* | Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-111-1/+1
* | couple of resource leaks fixes and use after free'sDavid Carlier2016-06-271-1/+4
* | Zend signals should be installed after request startup (or regular signals ma...Dmitry Stogov2016-06-201-8/+8
* | Cleanup zend_signal APIDmitry Stogov2016-06-201-6/+0
|/
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* Format string fixesNikita Popov2016-02-141-3/+3