summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix weird asm instruction order with gcc by marking as volatile in phpdbgtmp_livelinessBob Weinand2015-07-131-1/+1
* integrate the applink shim in the other binsAnatol Belski2015-07-031-0/+4
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-5/+5
* Remove now unneeded step option (-s)Bob Weinand2015-06-291-12/+0
* Add phpdbg userland API to fetch oplogBob Weinand2015-06-221-2/+147
* Fix infinite loop when running phpdbg via -r(r)Bob Weinand2015-06-161-3/+6
* show opcode countBob Weinand2015-04-201-5/+0
* Shorten opline dump lines and show literalsBob Weinand2015-04-201-1/+6
* Provide method to access opcodes via command line argumentBob Weinand2015-04-191-1/+21
* Add phpdbg -h for helpBob Weinand2015-03-211-0/+13
* using zend_stat_tAnatol Belski2015-03-191-1/+1
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
* Temorary fix for phpdbg segfault while use zend_mm_set_custom_handlersXinchen Hui2015-03-091-1/+8
* Fixed phpdbg zend_bailout error when compiling syntax error codeReeze Xia2015-02-131-1/+12
* Add missing header inclusionReeze Xia2015-02-101-0/+3
* bump yearXinchen Hui2015-01-151-2/+2
* trailing whitespace removalStanislav Malyshev2015-01-101-14/+14
* Micro optimaztion (yeah, I know compiler supposed to do that)Xinchen Hui2014-12-221-3/+3
* 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