summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-101/+94
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* Merge branch 'PHP-5.6'Anatol Belski2014-10-291-1/+1
|\
| * use portable strndup implementationAnatol Belski2014-10-291-1/+1
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-281-56/+27
|\ \ | |/
| * 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 remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-2/+2
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-271-2/+2
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-56/+120
|\ \ | |/
| * 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
* | disable output buffering, better breakpoint api for userland, remove hand par...krakjoe2014-10-261-20/+67
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-251-7/+11
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-251-9/+6
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-313/+370
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-231/+299
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Merge branch 'PHP-5.6'Remi Collet2014-09-151-5/+5
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-09-151-5/+5
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | master renames phase 1Anatol Belski2014-08-251-8/+8
* | basic macro replacements, all at onceAnatol Belski2014-08-191-8/+8
|/
* 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