Revision tags: php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1 |
|
#
c4b18887 |
| 16-Feb-2016 |
James Titcumb |
Fix bug #71575 removing extra semicolons outside macros
|
#
c67c166f |
| 02-Mar-2016 |
Dmitry Stogov |
Removed zend_fcall_info.symbol_table
|
#
908b662f |
| 02-Mar-2016 |
Dmitry Stogov |
PHP-7 zend_call_function() doesn't support symbol_table substitution
|
#
055b4112 |
| 17-Feb-2016 |
Bob Weinand |
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
|
Revision tags: php-7.0.4RC1 |
|
#
c9357f82 |
| 14-Feb-2016 |
Nikita Popov |
Format string fixes Conflicts: ext/pgsql/pgsql.c
|
Revision tags: php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1 |
|
#
35d5cd5c |
| 12-Jan-2016 |
Insu Yun |
phpdbg: fix potential format string bug
|
Revision tags: php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016)
|
Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5 |
|
#
4f90e2ec |
| 02-Oct-2015 |
Bob Weinand |
Ensure proper set_exception_handler() handling with exit() inside it
|
#
0c03ba0a |
| 02-Oct-2015 |
Bob Weinand |
Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions)
|
Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4 |
|
#
bccac377 |
| 23-Sep-2015 |
Bob Weinand |
Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg)
|
#
4a174ca7 |
| 23-Sep-2015 |
Bob Weinand |
Fixed bug #70532 (respect set_exception_handler in phpdbg)
|
#
491c62e2 |
| 19-Sep-2015 |
Bob Weinand |
Apply same fixes for until
|
#
8eadde40 |
| 19-Sep-2015 |
Bob Weinand |
Fix leave and finish
|
Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45 |
|
#
c359ca8c |
| 27-Aug-2015 |
Xinchen Hui |
Fixed printing
|
#
76e3e99d |
| 21-Aug-2015 |
Bob Weinand |
Fix issues with phpdbg SIGINT handler Also fix valgrind warnings in allocator when not using mmap()ed memory
|
Revision tags: php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44 |
|
#
d0ad6219 |
| 03-Aug-2015 |
Bob Weinand |
Fix further leaks
|
#
d8fe645d |
| 03-Aug-2015 |
Bob Weinand |
Fix valgrind errors in phpdbg Revert "We cannot safely assume that all op array will be refcount 0 after execution" This reverts commit b6936adb58288a0606ed847802d9226cddb41e2b.
Fix valgrind errors in phpdbg Revert "We cannot safely assume that all op array will be refcount 0 after execution" This reverts commit b6936adb58288a0606ed847802d9226cddb41e2b. This change turns out to not have been a clever idea and was causing more weirdness than it helped...
show more ...
|
#
34596a3d |
| 03-Aug-2015 |
Bob Weinand |
Fix breaking on HANDLE_EXCEPTION (opline_before_exception)
|
#
06ef2aec |
| 01-Aug-2015 |
Bob Weinand |
Skip shebang line if present
|
#
c0e0f141 |
| 27-Jul-2015 |
Bob Weinand |
Fix phpdbg stepping on CATCH with exception
|
#
64f25adb |
| 27-Jul-2015 |
Bob Weinand |
Remove -Wunused-result warnings
|
#
9e8fec1e |
| 26-Jul-2015 |
Bob Weinand |
Fix leaks from bug #70138
|
#
13525328 |
| 24-Jul-2015 |
Bob Weinand |
Cleanup shutdown, enable proper memory leak displaying phpdbg should not memory leak...
|
#
b7e8f659 |
| 23-Jul-2015 |
Bob Weinand |
Fix printf format issues on 32 bit
|
Revision tags: php-5.6.12RC1, php-7.0.0beta2 |
|
#
75a3de0c |
| 20-Jul-2015 |
Bob Weinand |
Fix misbehaviors with uncaught exceptions and finally or eval
|