summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_prompt.c
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Fixed condition checkXinchen Hui2017-04-101-1/+1
| | |
* | | Merge branch 'PHP-7.1'Bob Weinand2017-01-251-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-01-251-1/+1
| |\ \ | | |/
| | * Fix copying too much leading to potential segfaultBob Weinand2017-01-251-1/+1
| | |
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | |
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | |
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
| | |
* | | Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-3/+3
| | | | | | | | | | | | Tthe core should be normalized now, no uints anymore
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-221-4/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-221-4/+31
| |\ \ | | |/
| | * Fixed bug #73704 (phpdbg shows the wrong line in files with shebang)Bob Weinand2016-12-221-4/+31
| | |
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-201-0/+6
|\ \ \ | |/ /
| * | Fixed bug #73794 (Crash (out of memory) when using run and # command separator)Bob Weinand2016-12-201-0/+6
| | |
* | | Merge branch 'PHP-7.1'Bob Weinand2016-11-301-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-301-3/+3
| |\ \ | | |/
| | * Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup)Bob Weinand2016-11-301-3/+3
| | |
| * | use already exported symbolAnatol Belski2016-10-141-1/+1
| | | | | | | | | | | | (cherry picked from commit ce3e792c2c4c251fd5963a36af5ad4a9dd875085)
| * | Fix accidental PHPDBG_ABI breakBob Weinand2016-10-141-3/+3
| | | | | | | | | | | | (cherry picked from commit 671d8054f85d2dec1a00201a73ab792847c13919)
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-141-5/+118
| | | | | | | | | | | | (cherry picked from commit 37ae5f3931b60c55e5004b6da912c4a957bca274)
* | | phpdbg standard input changesJoe Watkins2016-11-131-4/+4
| | |
* | | Merge branch 'master' of git.php.net:/php-srcJoe Watkins2016-11-121-3/+0
|\ \ \
| * | | Remove Netware supportKalle Sommer Nielsen2016-11-121-3/+0
| | | | | | | | | | | | | | | | If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.
* | | | update phpdbg with stdin code changeJoe Watkins2016-11-121-4/+4
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-131-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | * PHP-7.0: use already exported symbol Revert "export symbol missing by phpdbg"
| * | use already exported symbolAnatol Belski2016-10-131-1/+1
| | |
| * | Fix accidental PHPDBG_ABI breakBob Weinand2016-10-121-3/+3
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-121-5/+118
|\ \ \ | |/ / | | / | |/ |/|
| * Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-121-5/+118
| | | | | | | | | | | | | | 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-021-11/+16
|\ \ | |/
| * Fix run command args passing when inmidst executionBob Weinand2016-10-021-11/+16
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-011-21/+85
|\ \ | |/
| * Add proper escape sequences and reading stdin from file in phpdbg run commandBob Weinand2016-10-011-21/+85
| |
* | Add phpdbg generator commandBob Weinand2016-09-281-27/+78
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-231-3/+7
|\ \ | |/ | | | | | | | | * PHP-7.0: update NEWS phpdbg next command must stop when leaving function
| * phpdbg next command must stop when leaving functionBob Weinand2016-09-231-3/+7
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-031-0/+2
|\ \ | |/
| * Fix bug #72996Nikita Popov2016-09-031-0/+2
| |
* | Rewrite watchpoints to be much more stableBob Weinand2016-07-111-3/+1
| | | | | | | | | | | | | | | | This mainly involves a separate abstraction layer for elements (e.g. $a->b) and watchpoints (on pointer of the Bucket for example). Also better comparison handling (value backup vs. page dumps). It is not yet finished (there are sometimes false positives announced and names not yet perfect), but the functionality is working and not crashing as far as I have tested. Future scope is also relative watchpoints, e.g. "w $this->val expression()" which does not have the symbol tables as basis, but the value (in this example: return value of expression()) as basis.
* | Merge branch 'PHP-7.0'Anatol Belski2016-05-301-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: fix condition
| * fix conditionAnatol Belski2016-05-301-1/+1
| |
* | Don't initialize EX(call)->symbol_table on each function call.Dmitry Stogov2016-04-281-1/+1
| | | | | | | | Keep it uninitialized, and check ZEND_CALL_HAS_SYMBOL_TABLE flag when necessary.
* | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-2/+0
| | | | | | | | - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.
* | Removed "zend_fcall_info.function_table". It was assigned in many places, ↵Dmitry Stogov2016-04-271-1/+0
| | | | | | | | but is never used.
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-1/+1
|\ \ | |/
| * Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
| |
* | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
| |
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-03-021-1/+2
|\ \ | |/ | | | | | | * PHP-7.0: PHP-7 zend_call_function() doesn't support symbol_table substitution
| * PHP-7 zend_call_function() doesn't support symbol_table substitutionDmitry Stogov2016-03-021-1/+2
| |
* | Merge branch 'PHP-7.0'Bob Weinand2016-02-171-7/+9
|\ \ | |/
| * Fix crash when advancing inside an internal functionBob Weinand2016-02-171-7/+9
| | | | | | | | This just happened in the "double ctrl+c" mode, when we halted inside an internal function; there was some code assuming a proper op_array