History log of /php-src/sapi/phpdbg/phpdbg_prompt.c (Results 176 – 200 of 207)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d77ce317 29-Oct-2014 Anatol Belski

Merge branch 'PHP-5.6'

* PHP-5.6:
fix output globals importing
export output globals
use portable strndup implementation
unix sockets aren't available on windows

Merge branch 'PHP-5.6'

* PHP-5.6:
fix output globals importing
export output globals
use portable strndup implementation
unix sockets aren't available on windows
dll export APIs needed by phpdbg
fix sapi/phpdbg/config.w32
Don't treat warnings as failures in the junit output

show more ...


# fc904569 29-Oct-2014 Anatol Belski

fix output globals importing

# ec533514 28-Oct-2014 Bob Weinand

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

Conflicts:
configure.in
main/php_version.h
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c

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

Conflicts:
configure.in
main/php_version.h
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_prompt.c

show more ...


# 297baa0c 28-Oct-2014 Bob Weinand

Remove the ugly hack via a temp file to store breakpoints

Revision tags: php-5.6.3RC1, php-5.5.19RC1
# fd8a70b1 28-Oct-2014 Bob Weinand

Typo (notfoundc => notfound)

# fe5f5d40 28-Oct-2014 Bob Weinand

*Always* clean up and run destructors

# a3ae4015 27-Oct-2014 Bob Weinand

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


# 6eab2b91 27-Oct-2014 Bob Weinand

Merge phpdbg into PHP-5.6

Conflicts:
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_prompt.c


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


# 50756b51 26-Oct-2014 Bob Weinand

Do not execute anything after quit or clean command

# 190f4f9f 26-Oct-2014 Bob Weinand

Fix last commit, and do not output unnecessary information

# 3ab7734b 26-Oct-2014 Bob Weinand

Stabilize execution, always run destructors and extended file breakpoints

# 69bc61de 26-Oct-2014 Bob Weinand

Fix nullptr dereference in clean without exec context

# cc70ec1e 26-Oct-2014 Bob Weinand

Add question to reset execution in run/exec/clean

# 044f37a8 25-Oct-2014 Bob Weinand

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

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


# 24babb01 25-Oct-2014 Bob Weinand

Merge phpdbg into PHP-5.6


# 2bcac53b 24-Oct-2014 Bob Weinand

Made phpdbg compatible with new engine


# 9b4d9ac6 24-Oct-2014 Bob Weinand

Merge phpdbg into PHP-5.6


Revision tags: php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2
# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/

Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0
# 59848e3f 25-Aug-2014 Nikita Popov

Remove ZEND_ACC_INTERACTIVE and CG(interactive)

As far as I can discern these are leftovers of the interactive
shell implementation that was used before PHP 5.4. Now the readline
ext

Remove ZEND_ACC_INTERACTIVE and CG(interactive)

As far as I can discern these are leftovers of the interactive
shell implementation that was used before PHP 5.4. Now the readline
ext makes use of normal eval calls for this.

So, dropping these until there is evidence to the contrary, as they
currently wouldn't work anyway.

show more ...

Revision tags: POST_AST_MERGE, PRE_AST_MERGE
# 6f9f0bf2 25-Aug-2014 Anatol Belski

master renames phase 2

# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once

Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14
# 0febafcf 23-Jun-2014 Remi Collet

Fix https://github.com/krakjoe/phpdbg/issues/91

Enable edit feature when build with libedit.

Notice: coloured prompt only enable with READLINE

# 86bafec8 23-Jun-2014 Remi Collet

Fix https://github.com/krakjoe/phpdbg/issues/91

Enable edit feature when build with libedit.

Notice: coloured prompt only enable with READLINE

123456789