summaryrefslogtreecommitdiff
path: root/phpdbg_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'phpdbg_set.c')
-rw-r--r--phpdbg_set.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpdbg_set.c b/phpdbg_set.c
index f7a32bbcf9..aa24822b9e 100644
--- a/phpdbg_set.c
+++ b/phpdbg_set.c
@@ -63,6 +63,7 @@ PHPDBG_SET(break) /* {{{ */
return SUCCESS;
} /* }}} */
+#ifndef _WIN32
PHPDBG_SET(color) /* {{{ */
{
if ((param->type == STR_PARAM) && (input->argc == 3)) {
@@ -104,6 +105,7 @@ usage:
}
return SUCCESS;
} /* }}} */
+#endif
PHPDBG_SET(oplog) /* {{{ */
{