History log of /PHP-7.2/sapi/phpdbg/phpdbg_list.c (Results 26 – 50 of 61)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# 3c5a3e77 30-Oct-2015 Dmitry Stogov

Fixed incomplete initialization.


Revision tags: 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
# 84b608de 31-Aug-2015 Bob Weinand

Fix valgrind warning upon displaying lines from eval()ed code in phpdbg


# c359ca8c 27-Aug-2015 Xinchen Hui

Fixed printing


# 7366e296 25-Aug-2015 Anatol Belski

fix build, use exported symbol


# 6b3228fd 24-Aug-2015 Bob Weinand

Fix oplog with eval()ed code


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 ...


# b2095311 03-Aug-2015 Bob Weinand

Fix last invalid read
Also revert debugging run-tests.php changes...


# 590c5a7e 31-Jul-2015 Bob Weinand

Remove debug instructions (...)


# 1da4ee25 31-Jul-2015 Bob Weinand

Fix oplog trace with already freed closures


# 248ebf0d 27-Jul-2015 Bob Weinand

Fix: A buf == NULL on filehandle will segfault


# c18f5e1e 25-Jul-2015 Anatol Belski

add NULL check


# 66fd5293 25-Jul-2015 Bob Weinand

Just always copy the buffer, that makes it much safer
At least compared to conditionally using the mmap()ped input


# e960d3ed 24-Jul-2015 Bob Weinand

Fix memory leak with opcache


# b4c595dd 24-Jul-2015 Bob Weinand

Fix op_arrays with opcache


# 76b882f0 24-Jul-2015 Bob Weinand

Use relative paths in phpdbg_lexer.c


# 13525328 24-Jul-2015 Bob Weinand

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


# 9005b24a 23-Jul-2015 Bob Weinand

Fix build failure for non-osx *nixes


Revision tags: php-5.6.12RC1
# 686b9039 22-Jul-2015 Bob Weinand

Fix phpdbg test failure and crash with opcache


# 3cc02533 22-Jul-2015 Bob Weinand

Add phpdbg_get_executable() (gets executable ops/lines)


# 262d3263 21-Jul-2015 Bob Weinand

Undefined values may lead to big allocation


Revision tags: php-7.0.0beta2, 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
# ab90e55b 24-Jun-2015 Bob Weinand

Passing a zend_string * to %s is a bad idea


Revision tags: php-5.5.27RC1, php-7.0.0alpha2, 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, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1
# 278adf99 21-Mar-2015 Bob Weinand

Fix parent command offsets


123