summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
...
| * Typo (notfoundc => notfound)Bob Weinand2014-10-281-1/+1
| * Fix quitting on a second runBob Weinand2014-10-281-11/+10
| * Fix wrong exec length on relative pathsBob Weinand2014-10-281-1/+1
| * Fix possibly unclosed <stream> tagsBob Weinand2014-10-282-4/+16
| * Fix potential segfaults and unresolved breaksBob Weinand2014-10-281-19/+37
| * *Always* clean up and run destructorsBob Weinand2014-10-281-2/+2
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-273-38/+59
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-273-47/+75
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-275-22/+25
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-275-22/+25
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-2714-417/+571
|\ \ | |/
| * Do not execute anything after quit or clean commandBob Weinand2014-10-271-0/+4
| * Fix last commit, and do not output unnecessary informationBob Weinand2014-10-275-18/+46
| * Stabilize execution, always run destructors and extended file breakpointsBob Weinand2014-10-278-129/+268
| * Fix nullptr dereference in clean without exec contextBob Weinand2014-10-271-1/+4
| * remove dodgy param parser, bring userland breakpoint api inline with PHP7krakjoe2014-10-275-316/+278
| * disable output buffering by defaultkrakjoe2014-10-271-1/+2
| * Add question to reset execution in run/exec/cleanBob Weinand2014-10-277-138/+170
* | actually remove thiskrakjoe2014-10-262-74/+0
* | 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-255-8/+74
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-255-9/+74
* | Made phpdbg compatible with new engineBob Weinand2014-10-2465-3620/+8121
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-2453-2484/+7560
* | Fixed list() behavior inconsistency (string handling is disabled for all case...Dmitry Stogov2014-10-051-1/+1
* | Use zval_ptr_dtor_nogc() to free IS_TMP_VAR operands.Dmitry Stogov2014-09-231-1/+0
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-2035-49/+39
|\ \
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-1933-33/+33
| * | Merge branch 'PHP-5.6'Remi Collet2014-09-153-7/+6
| |\ \ | | |/
| | * Merge phpdbg into PHP-5.6Bob Weinand2014-09-153-7/+6
| * | Removed ZEND_QM_ASSIGN_VAR and ZEND_JMP_SET_VAR opcodes (in PHPNG they did ex...Dmitry Stogov2014-09-111-9/+0
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-1/+1
|/ /
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | Remove ZEND_ACC_INTERACTIVE and CG(interactive)Nikita Popov2014-08-252-8/+1
* | master renames phase 2Anatol Belski2014-08-257-16/+16
* | master renames phase 1Anatol Belski2014-08-257-25/+25
* | basic macro replacements, all at onceAnatol Belski2014-08-197-25/+25
* | typofixesVeres Lajos2014-08-171-2/+2
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-07-062-11/+13
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-296-503/+662
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-252-0/+62
* Better fix for phpdbg + libeditRemi Collet2014-06-232-2/+5
* Fix https://github.com/krakjoe/phpdbg/issues/91Remi Collet2014-06-235-6/+15
* Update copyright year to 2014Lior Kaplan2014-06-162-2/+2
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-156-16/+52
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-0912-3043/+1522
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-045-19/+28
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-032-13/+36
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-05-031-1/+1
* Added stdion/stdout/stderr constsnts and their php:// wrappersBob Weinand2014-05-011-0/+66