diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-02-18 08:40:42 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-02-18 08:40:42 +0000 |
commit | 0634f176a81b17d207e4d8204d9510383e7f55d0 (patch) | |
tree | 2172bad6fe22b95e099d0b9fd8d492b625fe1570 | |
parent | cadc909bb73eaf13108e55e7f7b5d64df812cf4e (diff) | |
parent | 0b19b9dd0c43484cc141106f2ac7265272c69162 (diff) | |
download | php-git-0634f176a81b17d207e4d8204d9510383e7f55d0.tar.gz |
Merge branch 'master' of https://github.com/krakjoe/phpdbg into lexer
-rw-r--r-- | config.m4 | 2 | ||||
-rw-r--r-- | config.w32 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(phpdbg, for phpdbg support, -[ --enable-phpdbg Build phpdbg], yes, yes) +[ --enable-phpdbg Build phpdbg], no, no) PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build, [ --enable-phpdbg-debug Build phpdbg in debug mode], no, no) diff --git a/config.w32 b/config.w32 index 29031507b3..1ea862f59e 100644 --- a/config.w32 +++ b/config.w32 @@ -1,4 +1,4 @@ -ARG_ENABLE('phpdbg', 'Build phpdbg', 'yes'); +ARG_ENABLE('phpdbg', 'Build phpdbg', 'no'); ARG_ENABLE('phpdbgs', 'Build phpdbg shared', 'no'); PHPDBG_SOURCES='phpdbg.c phpdbg_prompt.c phpdbg_cmd.c phpdbg_info.c phpdbg_help.c phpdbg_break.c phpdbg_print.c phpdbg_bp.c phpdbg_opcode.c phpdbg_list.c phpdbg_utils.c phpdbg_set.c phpdbg_frame.c'; |