summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix crash in phpdbg shutdown process when opcache is loaded"Joe Watkins2017-02-271-2/+1
* fix crash in phpdbg shutdown process when opcache is loadedJoe Watkins2017-02-271-1/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-2/+2
* Fix issue with -- in phpdbg command lineBob Weinand2016-12-211-1/+1
* Partially fix bug #70492Nikita Popov2016-12-141-1/+1
* Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup)Bob Weinand2016-11-301-3/+1
* Revert "Revert "Remove a few unused write warning""Bob Weinand2016-11-201-1/+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
* 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
* Ignore non-executable opcodes in line mode of phpdbg_end_oplog()Bob Weinand2016-10-131-9/+19
* Update NEWSBob Weinand2016-10-121-6/+6
* Fix accidental PHPDBG_ABI breakBob Weinand2016-10-121-1/+1
* Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-121-12/+67
* Fix crash on Linux due to double fclose()Bob Weinand2016-10-031-1/+1
* Fix run command args passing when inmidst executionBob Weinand2016-10-021-5/+21
* 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
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* Format string fixesNikita Popov2016-02-141-3/+3
* Fixed inherited functions from unspecified files being included in phpdbg_get...Bob Weinand2016-02-111-1/+1
* Use uint64_t for flags (warning)Bob Weinand2016-01-231-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-2/+2
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-2/+2
| * bump yearXinchen Hui2015-01-151-2/+2
| * typo fixFerenc Kovacs2014-11-261-1/+1
| * go back with phpdbg to the state of 5.6.3, reverting the controversial commit...Ferenc Kovacs2014-11-261-421/+316
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| * Temporarily disable wait/xml protocol...Bob Weinand2014-10-301-0/+4
* | Unused value casting should be `void`Reeze Xia2015-12-121-1/+1
* | standard tsrm usage for sevenJoe Watkins2015-12-061-7/+7
* | Output stderr on real stderr in phpdbgBob Weinand2015-11-231-1/+1
* | Exempt paging from -qrr modeBob Weinand2015-10-201-1/+1
* | - Implemented output pagingFelipe Pena2015-10-181-0/+1
* | Fix parse errors in -rr modeBob Weinand2015-10-021-1/+3
* | Do not display memory leaks on fatalBob Weinand2015-10-021-3/+7
* | Do not include zend_verify_return_type in executable ops (phpdbg)Bob Weinand2015-10-021-4/+4
* | Fix/improve zpp usageNikita Popov2015-10-021-6/+6
* | fix phpdbg's -h switchAnatol Belski2015-09-271-0/+4
* | Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg)Bob Weinand2015-09-231-0/+5
* | Always properly show exit status in phpdbgBob Weinand2015-09-191-1/+6
* | Fix oplog...Bob Weinand2015-09-191-0/+1
* | Add # delimiter to phpdbg commandsBob Weinand2015-09-171-0/+10
* | fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-011-0/+4
* | Respect exit status for -rr option with phpdbgBob Weinand2015-08-301-1/+4
* | Fixed printingXinchen Hui2015-08-271-2/+2
* | Fix phpdbg_break_next() and add testBob Weinand2015-08-231-3/+14