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

Revision tags: 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

# 2a2c7499 09-Mar-2015 Reeze Xia

Now opened_path is a zend_string

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

1234