summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Do not display compilation success / normal script end in -rr modeBob Weinand2015-07-201-3/+3
| |
* | Fix crash on non-debug for phpdbg_end_oplog()Bob Weinand2015-07-151-0/+2
| |
* | Init variable to NULL before passing to zppBob Weinand2015-07-141-1/+1
| |
* | Fix weird asm instruction order with gcc by marking as volatile in phpdbgBob 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 ↵Dmitry Stogov2015-06-301-5/+5
| | | | | | | | semantick changes).
* | Remove now unneeded step option (-s)Bob Weinand2015-06-291-12/+0
| |
* | Add phpdbg userland API to fetch oplogBob Weinand2015-06-221-2/+147
| | | | | | | | We may want to add some opcode info later, so that "opcodes" mode is more helpful
* | 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
| | | | | | | | Follow up for d0cb7153
* | 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
| | | | | | | | @krakjoe if there is something wrong, tell me plz
* | 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
|\ \ | |/ | | | | | | | | | | | | | | | | | | * PHP-5.6: fix output globals importing export output globals use portable strndup implementation unix sockets aren't available on windows dll export APIs needed by phpdbg fix sapi/phpdbg/config.w32 Don't treat warnings as failures in the junit output
| * use portable strndup implementationAnatol Belski2014-10-291-1/+1
| |
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-281-56/+27
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: configure.in main/php_version.h sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_prompt.c
| * 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
| | | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_prompt.c
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-56/+120
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_parser.c sapi/phpdbg/phpdbg_parser.h sapi/phpdbg/phpdbg_prompt.c
| * 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 ↵krakjoe2014-10-261-20/+67
| | | | | | | | parsing of params
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-251-7/+11
|\ \ | |/ | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_list.c
| * 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
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.6: Fix NEWS - #65641 mod_proxy-fcgi is not fixed (still open) - #67606 mod_fastcgi is fixed in ee275e34c8b303945945c650d4bc90dcc2ac0b17 Fix NEWS - #65641 mod_proxy-fcgi is not fixed (still open) - #67606 mod_fastcgi is fixed in ee275e34c8b303945945c650d4bc90dcc2ac0b17 Fix bug #111 (compile error without ZEND_SIGNALS) Don't run travis against master (phpng) Update README.md
| * 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
|