History log of /PHP-7.4/sapi/phpdbg/phpdbg.c (Results 76 – 100 of 189)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38
# 7a125a44 12-Jul-2016 Bob Weinand

Remove bogus zend_signal_shutdown symbol from header


# d08cb904 12-Jul-2016 Bob Weinand

Cleanup zend_/signal usage in phpdbg.c


# ef6d0c8b 12-Jul-2016 Bob Weinand

Fix phpdbg ZTS watchpoint+shutdown sequences & opcache+watchpoints


# b0037688 11-Jul-2016 Bob Weinand

Rewrite watchpoints to be much more stable

This mainly involves a separate abstraction layer for elements (e.g. $a->b) and watchpoints (on pointer of the Bucket for example).
Also better

Rewrite watchpoints to be much more stable

This mainly involves a separate abstraction layer for elements (e.g. $a->b) and watchpoints (on pointer of the Bucket for example).
Also better comparison handling (value backup vs. page dumps).

It is not yet finished (there are sometimes false positives announced and names not yet perfect), but the functionality is working and not crashing as far as I have tested.
Future scope is also relative watchpoints, e.g. "w $this->val expression()" which does not have the symbol tables as basis, but the value (in this example: return value of expression()) as basis.

show more ...


Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1
# 2809a676 04-Jul-2016 Martin Vobruba

Pass error severity to SAPI modules and raise corresponding error level in Apache


# de7a6b12 28-Jun-2016 Xinchen Hui

MFH: Fixed fd leak (the origin commit can not be cherry-picked)


# 85e985f1 27-Jun-2016 David Carlier

couple of resource leaks fixes and use after free's


Revision tags: php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37
# c22a1c83 20-Jun-2016 Dmitry Stogov

Zend signals should be installed after request startup (or regular signals may be installed before zend_signal_startup)


# c8706331 20-Jun-2016 Dmitry Stogov

Cleanup zend_signal API


Revision tags: php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1
# 1ac15293 03-Mar-2016 Nikita Popov

Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE

Also re bug #71575.


Revision tags: php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1
# c9357f82 14-Feb-2016 Nikita Popov

Format string fixes

Conflicts:
ext/pgsql/pgsql.c


# 1a01a5ec 11-Feb-2016 Bob Weinand

Fixed inherited functions from unspecified files being included in phpdbg_get_executable()

See also https://github.com/krakjoe/phpdbg/issues/152


Revision tags: php-5.6.18, php-7.0.3, php-5.5.32
# 65ef7f8c 23-Jan-2016 Bob Weinand

Use uint64_t for flags (warning)


Revision tags: 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
# 95ad4146 12-Dec-2015 Reeze Xia

Unused value casting should be `void`


Revision tags: php-5.6.17RC1, php-7.0.1RC1
# 03a43d50 06-Dec-2015 Joe Watkins

standard tsrm usage for seven


# 003c91bd 06-Dec-2015 Joe Watkins

standard tsrm usage for seven


Revision tags: php-7.0.0, php-5.6.16, php-7.0.0RC8
# c1189ecc 23-Nov-2015 Bob Weinand

Output stderr on real stderr in phpdbg


Revision tags: php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6
# 2ef327ca 20-Oct-2015 Bob Weinand

Exempt paging from -qrr mode


Revision tags: php-7.0.1
# f231dddd 18-Oct-2015 Felipe Pena

- Implemented output paging


Revision tags: php-5.6.15RC1, php-7.0.0RC5
# 82857313 02-Oct-2015 Bob Weinand

Fix parse errors in -rr mode


# 32337d35 02-Oct-2015 Bob Weinand

Do not display memory leaks on fatal


# 6c61286d 02-Oct-2015 Bob Weinand

Do not include zend_verify_return_type in executable ops (phpdbg)


# 1287c480 02-Oct-2015 Nikita Popov

Fix/improve zpp usage

The ext/interbase changes are done blindly, fingers crossed.

Some of these are bug fixes, some make zpp usage more idiomatic.


Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4
# c82e2161 27-Sep-2015 Anatol Belski

fix phpdbg's -h switch

The help functionality needs a correct stdout fd, so pre setup it
for the only case.


12345678