History log of /php-src/sapi/phpdbg/phpdbg_prompt.c (Results 126 – 150 of 207)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 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

123456789