Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-16 | 1 | -4/+5 | |
|\ \ | | | | | | | | | | | | | | | | | | | * origin/master: C89 fixes use portable struct stat fixed macro va args expansion for vs | |||||
| * | | C89 fixes | Anatol Belski | 2014-12-16 | 1 | -2/+3 | |
| | | | ||||||
| * | | use portable struct stat | Anatol Belski | 2014-12-16 | 1 | -2/+2 | |
| | | | ||||||
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -129/+129 | |
|/ / | ||||||
* | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-10-29 | 1 | -1/+0 | |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | * 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 | |||||
| * | fix output globals importing | Anatol Belski | 2014-10-29 | 1 | -1/+0 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-28 | 1 | -80/+110 | |
|\ \ | |/ | | | | | | | | | | | | | | | 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 breakpoints | Bob Weinand | 2014-10-28 | 1 | -77/+107 | |
| | | ||||||
| * | Typo (notfoundc => notfound) | Bob Weinand | 2014-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | *Always* clean up and run destructors | Bob Weinand | 2014-10-28 | 1 | -2/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-27 | 1 | -1/+6 | |
|\ \ | |/ | ||||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-27 | 1 | -1/+6 | |
| | | | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_prompt.c | |||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-27 | 1 | -58/+86 | |
|\ \ | |/ | | | | | | | | | | | | | | | | | 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 | |||||
| * | Do not execute anything after quit or clean command | Bob Weinand | 2014-10-27 | 1 | -0/+4 | |
| | | ||||||
| * | Fix last commit, and do not output unnecessary information | Bob Weinand | 2014-10-27 | 1 | -2/+9 | |
| | | ||||||
| * | Stabilize execution, always run destructors and extended file breakpoints | Bob Weinand | 2014-10-27 | 1 | -11/+10 | |
| | | ||||||
| * | Fix nullptr dereference in clean without exec context | Bob Weinand | 2014-10-27 | 1 | -1/+4 | |
| | | ||||||
| * | Add question to reset execution in run/exec/clean | Bob Weinand | 2014-10-27 | 1 | -55/+68 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-25 | 1 | -0/+18 | |
|\ \ | |/ | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_list.c | |||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-25 | 1 | -0/+27 | |
| | | ||||||
* | | Made phpdbg compatible with new engine | Bob Weinand | 2014-10-24 | 1 | -498/+600 | |
|\ \ | |/ | ||||||
| * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 1 | -289/+544 | |
| | | ||||||
| * | Fix https://github.com/krakjoe/phpdbg/issues/91 | Remi Collet | 2014-06-23 | 1 | -0/+5 | |
| | | | | | | | | | | | | Enable edit feature when build with libedit. Notice: coloured prompt only enable with READLINE | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 | |
| | | ||||||
* | | Remove ZEND_ACC_INTERACTIVE and CG(interactive) | Nikita Popov | 2014-08-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | As far as I can discern these are leftovers of the interactive shell implementation that was used before PHP 5.4. Now the readline ext makes use of normal eval calls for this. So, dropping these until there is evidence to the contrary, as they currently wouldn't work anyway. | |||||
* | | master renames phase 2 | Anatol Belski | 2014-08-25 | 1 | -4/+4 | |
| | | ||||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 | |
| | | ||||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -1/+1 | |
| | | ||||||
* | | Fix https://github.com/krakjoe/phpdbg/issues/91 | Remi Collet | 2014-06-23 | 1 | -0/+5 | |
|/ | | | | | | Enable edit feature when build with libedit. Notice: coloured prompt only enable with READLINE | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-09 | 1 | -33/+4 | |
| | ||||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-04-21 | 1 | -430/+453 | |
| | ||||||
* | windows | krakjoe | 2014-02-02 | 1 | -1/+1 | |
| | ||||||
* | clean symbols | krakjoe | 2014-02-02 | 1 | -0/+6 | |
| | ||||||
* | Merge branch 'phpdbg' into PHP-5.6 | Johannes Schlüter | 2014-01-18 | 1 | -9/+11 | |
| | ||||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of sapi/phpdbg into PHP-5.6 | Bob Weinand | 2013-12-20 | 1 | -0/+1328 | |
Including phpdbg. |