summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_help.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* make it possible to show specific help pages without interactive sessionJoe Watkins2016-11-201-0/+20
|
* Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-121-0/+24
| | | | | | | 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...
* Update run command for allowing STDINBob Weinand2016-10-051-7/+5
|
* Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+1
|\ | | | | | | | | * PHP-5.6: Fix typo in phpdbg help.
| * Fix typo in phpdbg help.Adam Harvey2016-05-251-1/+1
| | | | | | | | | | Sorry, I would have included this in the last push had I spotted it a minute earlier.
* | Merge branch 'PHP-5.6' into PHP-7.0Adam Harvey2016-05-251-1/+3
|\ \ | |/ | | | | | | * PHP-5.6: Add missing newlines to phpdbg's help for the run command.
| * Add missing newlines to phpdbg's help for the run command.Adam Harvey2016-05-251-1/+3
| | | | | | | | | | This is not at all related to needing screenshots for a talk I'm giving in two days. No sir. Not at all.
* | Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-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-40/+24
| | | | | | | | commits(remote debugging/xml protocol)
| * Temporarily disable wait/xml protocol...Bob Weinand2014-10-301-0/+2
| |
* | Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg)Bob Weinand2015-09-231-1/+1
| |
* | Add -e (ZEND_EXT_* generation) option to phpdbgBob Weinand2015-07-221-0/+1
| |
* | Remove now unneeded step option (-s)Bob Weinand2015-06-291-1/+0
| |
* | Add next command docsBob Weinand2015-04-211-2/+15
| |
* | show opcode countBob Weinand2015-04-201-1/+0
| |
* | Shorten opline dump lines and show literalsBob Weinand2015-04-201-0/+1
| |
* | Provide method to access opcodes via command line argumentBob Weinand2015-04-191-2/+12
| |
* | Fix parent command offsetsBob Weinand2015-03-211-1/+1
| |
* | Put info to info and made print always output opcodesBob Weinand2015-03-211-3/+7
| |
* | s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
| | | | | | | | Follow up for d0cb7153
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-6/+6
| |
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-17/+17
|/
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-24/+38
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-291-3/+4
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-533/+860
|
* a few typofixesVeres Lajos2014-02-141-2/+2
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-201-0/+603
Including phpdbg.