diff options
| author | Bob Weinand <bobwei9@hotmail.com> | 2016-02-17 20:26:47 +0100 |
|---|---|---|
| committer | Bob Weinand <bobwei9@hotmail.com> | 2016-02-17 20:27:46 +0100 |
| commit | 055b4112188cccdc250790ab063479d2922f5fda (patch) | |
| tree | c44f668b32efacdba63a55b3ad8ce011e743abf7 /NEWS | |
| parent | d2287529396539fd2cba6f449ae9679cac64c3b9 (diff) | |
| download | php-git-055b4112188cccdc250790ab063479d2922f5fda.tar.gz | |
Fix crash when advancing inside an internal function
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
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2016 PHP 7.0.5 +- phpdbg: + . Fixed crash when advancing (except step) inside an internal function. (Bob) ?? ??? 2016 PHP 7.0.4 |
