summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_prompt.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplify TMP var number decoding (without HashTable)Dmitry Stogov2015-07-061-5/+1
|
* Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-3/+3
| | | | semantick changes).
* Add yield from to frame leaving instructionsBob Weinand2015-06-291-0/+2
|
* Show exception source in phpdbgBob Weinand2015-06-291-1/+10
|
* Fix paths issue when fetching .phpdbginit under WindowsBob Weinand2015-06-251-1/+4
|
* Fix issue with zend_execute_ex replaced by execute_ex upon icallBob Weinand2015-06-161-1/+1
|
* Print should be in *current* context (stack)Bob Weinand2015-04-251-1/+1
|
* FAST_RET opcode also returnsBob Weinand2015-04-221-1/+3
|
* Also consider specific catches when checking for uncaughtBob Weinand2015-04-221-3/+3
|
* Break on uncaught exceptions in current frame in phpdbgBob Weinand2015-04-221-1/+39
|
* Fixed warnings and folder marks messXinchen Hui2015-04-211-8/+18
|
* Add next command / Fix recursion/exceptions with u/F/LBob Weinand2015-04-211-14/+41
|
* Show full stacktraces for exceptions in phpdbgBob Weinand2015-04-201-6/+8
|
* Fix uncaught exception in phpdbgBob Weinand2015-04-201-3/+10
|
* Put info to info and made print always output opcodesBob Weinand2015-03-211-27/+35
|
* Fix phpdbgNikita Popov2015-03-171-0/+4
|
* Let phpdbg refused to be compiled with no CALL zend vm kindXinchen Hui2015-03-161-0/+4
|
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
| | | | Follow up for d0cb7153
* Added API function to call VM opcode handler in a portable wayDmitry Stogov2015-03-131-1/+2
|
* Added specialized versions of DO_FCALL handler:Dmitry Stogov2015-02-251-1/+4
| | | | | | DO_ICALL - for internal functions DO_UCALL - for user functions DO_FCALL_BY_NAME - plain, most probably user, funcstions (not methods)
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-2/+2
| | | | | Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.
* Use correct deallocator in phpdbgJoshua Rogers2015-01-271-1/+1
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-161-4/+5
|\ | | | | | | | | | | | | * origin/master: C89 fixes use portable struct stat fixed macro va args expansion for vs
| * C89 fixesAnatol Belski2014-12-161-2/+3
| |
| * use portable struct statAnatol Belski2014-12-161-2/+2
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-129/+129
|/
* Merge branch 'PHP-5.6'Anatol Belski2014-10-291-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 importingAnatol Belski2014-10-291-1/+0
| |
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-281-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 breakpointsBob Weinand2014-10-281-77/+107
| |
| * Typo (notfoundc => notfound)Bob Weinand2014-10-281-1/+1
| |
| * *Always* clean up and run destructorsBob Weinand2014-10-281-2/+2
| |
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-1/+6
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-271-1/+6
| | | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_prompt.c
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-271-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 commandBob Weinand2014-10-271-0/+4
| |
| * Fix last commit, and do not output unnecessary informationBob Weinand2014-10-271-2/+9
| |
| * Stabilize execution, always run destructors and extended file breakpointsBob Weinand2014-10-271-11/+10
| |
| * Fix nullptr dereference in clean without exec contextBob Weinand2014-10-271-1/+4
| |
| * Add question to reset execution in run/exec/cleanBob Weinand2014-10-271-55/+68
| |
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-251-0/+18
|\ \ | |/ | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_list.c
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-251-0/+27
| |
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-498/+600
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-289/+544
| |
| * Fix https://github.com/krakjoe/phpdbg/issues/91Remi Collet2014-06-231-0/+5
| | | | | | | | | | | | Enable edit feature when build with libedit. Notice: coloured prompt only enable with READLINE
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Remove ZEND_ACC_INTERACTIVE and CG(interactive)Nikita Popov2014-08-251-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 2Anatol Belski2014-08-251-4/+4
| |
* | master renames phase 1Anatol Belski2014-08-251-1/+1
| |