summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_help.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
| | | | | | | We're starting to see a mix between uses of zend_bool and bool. Replace all usages with the standard bool type everywhere. Of course, zend_bool is retained as an alias.
* Fix [-Wmissing-field-initializers] compiler warning in PHPDBG_COMMAND_HELP_D ↵George Peter Banyard2020-02-101-1/+1
| | | | macro
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
|
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-191-2/+2
|\
| * Fix #77767: phpdbg break command help message shows incorrect aliasesMiriam Lauter2019-03-191-2/+2
| | | | | | | | | | | | Previously the aliases for at and del were listed as A and d in the help message for break. This patch corrects the aliases to be @ and ~ respectively.
| * year++Xinchen Hui2018-01-021-1/+1
| |
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
| |
* | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
| |
* | year++Xinchen Hui2018-01-021-1/+1
|/
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Fix help messagesYoshio HANAWA2016-11-271-3/+3
|
* make it possible to show specific help pages without interactive sessionJoe Watkins2016-11-201-0/+20
|
* Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-121-0/+24
|\
| * 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...
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-051-7/+5
|\ \ | |/
| * Update run command for allowing STDINBob Weinand2016-10-051-7/+5
| |
* | Add phpdbg generator commandBob Weinand2016-09-281-27/+46
|/
* 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.