History log of /PHP-8.0/sapi/phpdbg/phpdbg_prompt.c (Results 101 – 125 of 141)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f83ee6a0 21-Apr-2015 Bob Weinand

Add next command / Fix recursion/exceptions with u/F/L


# 61ba269f 20-Apr-2015 Bob Weinand

Show full stacktraces for exceptions in phpdbg


# 89021286 20-Apr-2015 Bob Weinand

Fix uncaught exception in phpdbg


Revision tags: php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1
# ea643307 21-Mar-2015 Bob Weinand

Put info to info and made print always output opcodes


Revision tags: php-5.6.7, php-5.5.23, php-5.4.39
# e39db577 17-Mar-2015 Nikita Popov

Fix phpdbg


# 50e40334 16-Mar-2015 Xinchen Hui

Let phpdbg refused to be compiled with no CALL zend vm kind


# a4384bd3 13-Mar-2015 Lior Kaplan

s/PHP Version 5/PHP Version 7/g

Follow up for d0cb7153


# ae26a51f 13-Mar-2015 Dmitry Stogov

Added API function to call VM opcode handler in a portable way


Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS
# c2c78dc9 25-Feb-2015 Dmitry Stogov

Added specialized versions of DO_FCALL handler:
DO_ICALL - for internal functions
DO_UCALL - for user functions
DO_FCALL_BY_NAME - plain, most probably user, funcstions (not methods)


Revision tags: php-5.6.6, php-5.5.22, php-5.4.38
# e10e151e 13-Feb-2015 Dmitry Stogov

Merged zend_array and HashTable into the single data structure.
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write
zend_array_dup() was changed t

Merged zend_array and HashTable into the single data structure.
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write
zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.

show more ...


Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1
# 305c03e7 26-Jan-2015 Joshua Rogers

Use correct deallocator in phpdbg


Revision tags: 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
# 67300375 16-Dec-2014 Anatol Belski

C89 fixes


# bee4a284 16-Dec-2014 Anatol Belski

use portable struct stat


# 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
# 113f1fd6 30-Oct-2014 Bob Weinand

Temporarily disable wait/xml protocol...


# fc904569 29-Oct-2014 Anatol Belski

fix output globals importing


# 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
# fd8a70b1 28-Oct-2014 Bob Weinand

Typo (notfoundc => notfound)


# fe5f5d40 28-Oct-2014 Bob Weinand

*Always* clean up and run destructors


# 50756b51 26-Oct-2014 Bob Weinand

Do not execute anything after quit or clean command


# 190f4f9f 26-Oct-2014 Bob Weinand

Fix last commit, and do not output unnecessary information


# 3ab7734b 26-Oct-2014 Bob Weinand

Stabilize execution, always run destructors and extended file breakpoints


123456