We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89f66d commit 0b19b9dCopy full SHA for 0b19b9d
config.m4
@@ -3,7 +3,7 @@ dnl $Id$
3
dnl
4
5
PHP_ARG_ENABLE(phpdbg, for phpdbg support,
6
-[ --enable-phpdbg Build phpdbg], yes, yes)
+[ --enable-phpdbg Build phpdbg], no, no)
7
8
PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build,
9
[ --enable-phpdbg-debug Build phpdbg in debug mode], no, no)
config.w32
@@ -1,4 +1,4 @@
1
-ARG_ENABLE('phpdbg', 'Build phpdbg', 'yes');
+ARG_ENABLE('phpdbg', 'Build phpdbg', 'no');
2
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';
0 commit comments