Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-27 | 1 | -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 information | Bob Weinand | 2014-10-27 | 1 | -14/+30 | |
| | | ||||||
| * | Stabilize execution, always run destructors and extended file breakpoints | Bob Weinand | 2014-10-27 | 1 | -26/+78 | |
| | | ||||||
| * | remove dodgy param parser, bring userland breakpoint api inline with PHP7 | krakjoe | 2014-10-27 | 1 | -20/+65 | |
| | | ||||||
| * | disable output buffering by default | krakjoe | 2014-10-27 | 1 | -1/+2 | |
| | | ||||||
| * | Add question to reset execution in run/exec/clean | Bob Weinand | 2014-10-27 | 1 | -24/+20 | |
| | | ||||||
* | | disable output buffering, better breakpoint api for userland, remove hand ↵ | krakjoe | 2014-10-26 | 1 | -20/+67 | |
| | | | | | | | | parsing of params | |||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-25 | 1 | -7/+11 | |
|\ \ | |/ | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_list.c | |||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-25 | 1 | -9/+6 | |
| | | ||||||
* | | Made phpdbg compatible with new engine | Bob Weinand | 2014-10-24 | 1 | -313/+370 | |
|\ \ | |/ | ||||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 1 | -231/+299 | |
| | | ||||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.6' | Remi Collet | 2014-09-15 | 1 | -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.6 | Bob Weinand | 2014-09-15 | 1 | -5/+5 | |
| | | ||||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -2/+2 | |
| | | ||||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -8/+8 | |
| | | ||||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -8/+8 | |
|/ | ||||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-07-06 | 1 | -10/+12 | |
| | ||||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-04 | 1 | -3/+3 | |
| | ||||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-03 | 1 | -12/+35 | |
| | ||||||
* | Added stdion/stdout/stderr constsnts and their php:// wrappers | Bob Weinand | 2014-05-01 | 1 | -0/+66 | |
| | | | | Fixes issue #85 | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-04-21 | 1 | -114/+198 | |
| | ||||||
* | Fixed wrong indentation | Mateusz Kocielski | 2014-03-18 | 1 | -1/+1 | |
| | ||||||
* | Fix phpdbg build on FreeBSD | Mateusz Kocielski | 2014-03-18 | 1 | -0/+1 | |
| | | | | Added missing netinet/in.h header. | |||||
* | woops | krakjoe | 2014-02-02 | 1 | -2/+4 | |
| | ||||||
* | better use of tmpnam/mkstemp | krakjoe | 2014-02-02 | 1 | -3/+26 | |
| | ||||||
* | remove use of zend directly, avoid leaks/bugs in modules etc | krakjoe | 2014-02-02 | 1 | -34/+9 | |
| | ||||||
* | Merge branch 'phpdbg' into PHP-5.6 | Johannes Schlüter | 2014-01-18 | 1 | -28/+38 | |
| | ||||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -2/+2 | |
| | ||||||
* | update version output | krakjoe | 2013-12-27 | 1 | -2/+1 | |
| | ||||||
* | fix c89 compat | Anatol Belski | 2013-12-25 | 1 | -2/+1 | |
| | ||||||
* | Fixed #18 | Bob Weinand | 2013-12-24 | 1 | -1/+3 | |
| | | | | Errors not displaying in some configurations | |||||
* | Fixed credits in phpdbg.* files | Bob Weinand | 2013-12-24 | 1 | -0/+1 | |
| | ||||||
* | Added breaking upon fatal-ish error | Bob Weinand | 2013-12-24 | 1 | -0/+29 | |
| | ||||||
* | Merge branch 'master' of sapi/phpdbg into PHP-5.6 | Bob Weinand | 2013-12-20 | 1 | -0/+1308 | |
Including phpdbg. |