summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* use portable strndup implementationAnatol Belski2014-10-291-1/+1
* Remove the ugly hack via a temp file to store breakpointsBob Weinand2014-10-281-44/+17
* Fix quitting on a second runBob Weinand2014-10-281-11/+10
* Fix wrong exec length on relative pathsBob Weinand2014-10-281-1/+1
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-271-2/+2
* Fix last commit, and do not output unnecessary informationBob Weinand2014-10-271-14/+30
* Stabilize execution, always run destructors and extended file breakpointsBob Weinand2014-10-271-26/+78
* remove dodgy param parser, bring userland breakpoint api inline with PHP7krakjoe2014-10-271-20/+65
* disable output buffering by defaultkrakjoe2014-10-271-1/+2
* Add question to reset execution in run/exec/cleanBob Weinand2014-10-271-24/+20
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-251-9/+6
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-231/+299
* Merge phpdbg into PHP-5.6Bob Weinand2014-09-151-5/+5
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-07-061-10/+12
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-041-3/+3
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-031-12/+35
* Added stdion/stdout/stderr constsnts and their php:// wrappersBob Weinand2014-05-011-0/+66
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-114/+198
* Fixed wrong indentationMateusz Kocielski2014-03-181-1/+1
* Fix phpdbg build on FreeBSDMateusz Kocielski2014-03-181-0/+1
* woopskrakjoe2014-02-021-2/+4
* better use of tmpnam/mkstempkrakjoe2014-02-021-3/+26
* remove use of zend directly, avoid leaks/bugs in modules etckrakjoe2014-02-021-34/+9
* Merge branch 'phpdbg' into PHP-5.6Johannes Schlüter2014-01-181-28/+38
* Bump yearXinchen Hui2014-01-031-2/+2
* update version outputkrakjoe2013-12-271-2/+1
* fix c89 compatAnatol Belski2013-12-251-2/+1
* Fixed #18Bob Weinand2013-12-241-1/+3
* Fixed credits in phpdbg.* filesBob Weinand2013-12-241-0/+1
* Added breaking upon fatal-ish errorBob Weinand2013-12-241-0/+29
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-201-0/+1308