History log of /php-src/sapi/phpdbg/phpdbg_cmd.c (Results 26 – 50 of 63)
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, php-5.5.30, php-5.6.14, php-7.0.0RC4
# 5b8981f1 17-Sep-2015 Bob Weinand

Add eventual escaping for phpdbg arguments

# adcabcc1 17-Sep-2015 Bob Weinand

Add # delimiter to phpdbg commands

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

# b5e16ceb 03-Aug-2015 Bob Weinand

Fix a few valgrind errors in phpdbg

# 64f25adb 27-Jul-2015 Bob Weinand

Remove -Wunused-result warnings

# fa4cd519 24-Jul-2015 Anatol Belski

fix printf format

# 13525328 24-Jul-2015 Bob Weinand

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

Revision tags: php-5.6.12RC1, php-7.0.0beta2
# 7aa2be06 20-Jul-2015 Bob Weinand

Fix readline/libedit build

# f0b50963 20-Jul-2015 Bob Weinand

Do not use readline when not having a tty
This is important for e.g. run-tests.php

# e97cb142 17-Jul-2015 Nikita Popov

Remove dead goto label in phpdbg_cmd.c

Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27
# 3ccc17ce 08-Jul-2015 Bob Weinand

Working fix for ctrl+d on readline/libedit

Revision tags: php-5.4.43
# 7a8ea0f6 07-Jul-2015 Bob Weinand

Properly exit on EOF on stdin in readline mode

Revision tags: php-5.6.11RC1, 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, 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

# 3f3e3404 09-Mar-2015 Wei Dai

Fixed compile warnings

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

# 0579e827 15-Jan-2015 Xinchen Hui

bump year

Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things

Revision tags: php-5.6.4RC1
# 0afc04b9 26-Nov-2014 Ferenc Kovacs

go back with phpdbg to the state of 5.6.3, reverting the controversial commits(remote debugging/xml protocol)

Revision tags: php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1
# 09da8952 26-Oct-2014 Bob Weinand

Merge remote-tracking branch 'origin/PHP-5.6'

Conflicts:
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_list.c
sapi/phpdbg/ph

Merge remote-tracking branch 'origin/PHP-5.6'

Conflicts:
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_list.c
sapi/phpdbg/phpdbg_parser.c
sapi/phpdbg/phpdbg_parser.h
sapi/phpdbg/phpdbg_prompt.c

show more ...


# 3ab7734b 26-Oct-2014 Bob Weinand

Stabilize execution, always run destructors and extended file breakpoints

# 41537cdd 26-Oct-2014 krakjoe

remove dodgy param parser, bring userland breakpoint api inline with PHP7

# cc70ec1e 26-Oct-2014 Bob Weinand

Add question to reset execution in run/exec/clean

123