History log of /PHP-8.0/sapi/phpdbg/phpdbg_prompt.c (Results 76 – 100 of 141)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# c13124cc 16-Jul-2015 Bob Weinand

Cleanup exception displaying code in phpdbg


Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 001ecd31 06-Jul-2015 Dmitry Stogov

Simplify TMP var number decoding (without HashTable)


# 7aa76271 30-Jun-2015 Dmitry Stogov

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


# f500471e 29-Jun-2015 Bob Weinand

Add yield from to frame leaving instructions


# 5e167223 28-Jun-2015 Bob Weinand

Show exception source in phpdbg


# f42cdf83 24-Jun-2015 Bob Weinand

Fix paths issue when fetching .phpdbginit under Windows


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# 28756e99 16-Jun-2015 Bob Weinand

Fix issue with zend_execute_ex replaced by execute_ex upon icall


Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1
# 49bd5eaa 25-Apr-2015 Bob Weinand

Print should be in *current* context (stack)


# 0ec3a6ff 21-Apr-2015 Bob Weinand

FAST_RET opcode also returns


# e09a0bfc 21-Apr-2015 Bob Weinand

Also consider specific catches when checking for uncaught


# 73d31d44 21-Apr-2015 Bob Weinand

Break on uncaught exceptions in current frame in phpdbg


# e121ccaa 21-Apr-2015 Xinchen Hui

Fixed warnings and folder marks mess


123456