Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | make it possible to show specific help pages without interactive session | Joe Watkins | 2016-11-20 | 1 | -0/+20 |
| | |||||
* | 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... | ||||
* | Update run command for allowing STDIN | Bob Weinand | 2016-10-05 | 1 | -7/+5 |
| | |||||
* | 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. |