summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* 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
| | | | Fixes issue #85
* 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
| | | | Added missing netinet/in.h header.
* 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
| | | | Errors not displaying in some configurations
* 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
Including phpdbg.