Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 1 | -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 Banyard | 2020-02-10 | 1 | -1/+1 |
| | | | | macro | ||||
* | Fix #78880: Another bunch of spelling errors | Máté Kocsis | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | Closes GH-4732. | ||||
* | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-03-19 | 1 | -2/+2 |
|\ | |||||
| * | Fix #77767: phpdbg break command help message shows incorrect aliases | Miriam Lauter | 2019-03-19 | 1 | -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 Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | | |||||
* | | Fix some misspellings | Gabriel Caruso | 2018-08-12 | 1 | -1/+1 |
| | | |||||
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
|/ | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Fix help messages | Yoshio HANAWA | 2016-11-27 | 1 | -3/+3 |
| | |||||
* | make it possible to show specific help pages without interactive session | Joe Watkins | 2016-11-20 | 1 | -0/+20 |
| | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-12 | 1 | -0/+24 |
|\ | |||||
| * | Add stdin command and -s command line parameter to phpdbg | Bob Weinand | 2016-10-12 | 1 | -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.1 | Bob Weinand | 2016-10-05 | 1 | -7/+5 |
|\ \ | |/ | |||||
| * | Update run command for allowing STDIN | Bob Weinand | 2016-10-05 | 1 | -7/+5 |
| | | |||||
* | | Add phpdbg generator command | Bob Weinand | 2016-09-28 | 1 | -27/+46 |
|/ | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Adam Harvey | 2016-05-25 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Fix typo in phpdbg help. | ||||
| * | Fix typo in phpdbg help. | Adam Harvey | 2016-05-25 | 1 | -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.0 | Adam Harvey | 2016-05-25 | 1 | -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 Harvey | 2016-05-25 | 1 | -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 macros | James Titcumb | 2016-03-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
| * | go back with phpdbg to the state of 5.6.3, reverting the controversial ↵ | Ferenc Kovacs | 2014-11-26 | 1 | -40/+24 |
| | | | | | | | | commits(remote debugging/xml protocol) | ||||
| * | Temporarily disable wait/xml protocol... | Bob Weinand | 2014-10-30 | 1 | -0/+2 |
| | | |||||
* | | Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg) | Bob Weinand | 2015-09-23 | 1 | -1/+1 |
| | | |||||
* | | Add -e (ZEND_EXT_* generation) option to phpdbg | Bob Weinand | 2015-07-22 | 1 | -0/+1 |
| | | |||||
* | | Remove now unneeded step option (-s) | Bob Weinand | 2015-06-29 | 1 | -1/+0 |
| | | |||||
* | | Add next command docs | Bob Weinand | 2015-04-21 | 1 | -2/+15 |
| | | |||||
* | | show opcode count | Bob Weinand | 2015-04-20 | 1 | -1/+0 |
| | | |||||
* | | Shorten opline dump lines and show literals | Bob Weinand | 2015-04-20 | 1 | -0/+1 |
| | | |||||
* | | Provide method to access opcodes via command line argument | Bob Weinand | 2015-04-19 | 1 | -2/+12 |
| | | |||||
* | | Fix parent command offsets | Bob Weinand | 2015-03-21 | 1 | -1/+1 |
| | | |||||
* | | Put info to info and made print always output opcodes | Bob Weinand | 2015-03-21 | 1 | -3/+7 |
| | | |||||
* | | s/PHP Version 5/PHP Version 7/g | Lior Kaplan | 2015-03-13 | 1 | -1/+1 |
| | | | | | | | | Follow up for d0cb7153 | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -6/+6 |
| | | |||||
* | | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+17 |
|/ | |||||
* | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 1 | -24/+38 |
| | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-06-29 | 1 | -3/+4 |
| | |||||
* | Merge sapi/phpdbg into PHP-5.6 | Bob Weinand | 2014-04-21 | 1 | -533/+860 |
| | |||||
* | a few typofixes | Veres Lajos | 2014-02-14 | 1 | -2/+2 |
| | |||||
* | 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/+603 |
Including phpdbg. |