summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_prompt.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-121-0/+2
| | | | | | | This allows reading the initial script file from stdin instead of being forced to put the script into a file in order to run it with phpdbg. Especially important for programmatic execution of phpdbg. Also adding tests/include_once.phpt and tests/set_exception_handler.phpt as I seem to have forgotten to git add them sometime long ago...
* Fix run command args passing when inmidst executionBob Weinand2016-10-021-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
| * go back with phpdbg to the state of 5.6.3, reverting the controversial ↵Ferenc Kovacs2014-11-261-9/+3
| | | | | | | | commits(remote debugging/xml protocol)
* | Fix valgrind errors in phpdbgBob Weinand2015-08-041-1/+0
| | | | | | | | | | | | | | Revert "We cannot safely assume that all op array will be refcount 0 after execution" This reverts commit b6936adb58288a0606ed847802d9226cddb41e2b. This change turns out to not have been a clever idea and was causing more weirdness than it helped...
* | Cleanup shutdown, enable proper memory leak displayingBob Weinand2015-07-241-5/+0
| | | | | | | | phpdbg should not memory leak...
* | Add next command / Fix recursion/exceptions with u/F/LBob Weinand2015-04-211-0/+1
| |
* | s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
| | | | | | | | Follow up for d0cb7153
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-9/+9
|/
* Remove the ugly hack via a temp file to store breakpointsBob Weinand2014-10-281-0/+1
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-3/+8
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-7/+6
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-201-0/+68
Including phpdbg.