summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-02-18 08:40:42 +0000
committerkrakjoe <joe.watkins@live.co.uk>2014-02-18 08:40:42 +0000
commit0634f176a81b17d207e4d8204d9510383e7f55d0 (patch)
tree2172bad6fe22b95e099d0b9fd8d492b625fe1570
parentcadc909bb73eaf13108e55e7f7b5d64df812cf4e (diff)
parent0b19b9dd0c43484cc141106f2ac7265272c69162 (diff)
downloadphp-git-0634f176a81b17d207e4d8204d9510383e7f55d0.tar.gz
Merge branch 'master' of https://github.com/krakjoe/phpdbg into lexer
-rw-r--r--config.m42
-rw-r--r--config.w322
2 files changed, 2 insertions, 2 deletions
diff --git a/config.m4 b/config.m4
index 51425d6f9c..1b9713bf2c 100644
--- a/config.m4
+++ b/config.m4
@@ -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';