History log of /PHP-8.0/sapi/phpdbg/phpdbg_bp.c (Results 26 – 50 of 57)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, 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, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45
# 272cccd1 23-Aug-2015 Bob Weinand

Fix phpdbg_break_next()


# e9f21a33 23-Aug-2015 Bob Weinand

Fix phpdbg_break_next() and add test


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
# 64f25adb 27-Jul-2015 Bob Weinand

Remove -Wunused-result warnings


# 13525328 24-Jul-2015 Bob Weinand

Cleanup shutdown, enable proper memory leak displaying
phpdbg should not memory leak...


Revision tags: php-5.6.12RC1, php-7.0.0beta2
# 80bb4fd4 20-Jul-2015 Bob Weinand

Fix various Windows issues (e.g. dir separators)


# 22c7c118 19-Jul-2015 Bob Weinand

Fix function/method breakpoint case sensitivity issues


# 50e76d95 19-Jul-2015 Bob Weinand

Always only halt upon first non-recv opcode in a function


# 1f9bba68 18-Jul-2015 Bob Weinand

Make opcode breakpoints work again


# dee629c9 18-Jul-2015 Bob Weinand

Fix use of already freed hashtable (wrong variable)


Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 7aa76271 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42
# d2649af6 31-May-2015 Xinchen Hui

Fixed Bug #69733 (PHP fails to build with --enable-phpdbg-debug)


Revision tags: POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9
# 8bdec7a2 13-May-2015 olshevskiy87

fix typos

Signed-off-by: olshevskiy87 <olshevskiy87@bk.ru>


Revision tags: php-5.4.41, php-5.6.9RC1, php-5.5.25RC1
# e121ccaa 21-Apr-2015 Xinchen Hui

Fixed warnings and folder marks mess


Revision tags: php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39
# a4384bd3 13-Mar-2015 Lior Kaplan

s/PHP Version 5/PHP Version 7/g

Follow up for d0cb7153


Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1
# 0afc04b9 26-Nov-2014 Ferenc Kovacs

go back with phpdbg to the state of 5.6.3, reverting the controversial commits(remote debugging/xml protocol)


Revision tags: php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35
# 297baa0c 28-Oct-2014 Bob Weinand

Remove the ugly hack via a temp file to store breakpoints


Revision tags: php-5.6.3RC1, php-5.5.19RC1
# 79c66e7c 28-Oct-2014 Bob Weinand

Fix potential segfaults and unresolved breaks


# 3ab7734b 26-Oct-2014 Bob Weinand

Stabilize execution, always run destructors and extended file breakpoints


Revision tags: php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2
# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0
# 59848e3f 25-Aug-2014 Nikita Popov

Remove ZEND_ACC_INTERACTIVE and CG(interactive)

As far as I can discern these are leftovers of the interactive
shell implementation that was used before PHP 5.4. Now the readline
ext

Remove ZEND_ACC_INTERACTIVE and CG(interactive)

As far as I can discern these are leftovers of the interactive
shell implementation that was used before PHP 5.4. Now the readline
ext makes use of normal eval calls for this.

So, dropping these until there is evidence to the contrary, as they
currently wouldn't work anyway.

show more ...


123