From b7442f1bb81303d3211844445f69d4a03565aa39 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Thu, 28 Mar 2019 07:34:45 +0100 Subject: [PATCH] fix build: readline support must be disabled by default in phpdbg --- sapi/phpdbg/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/phpdbg/config.m4 b/sapi/phpdbg/config.m4 index d6765e1b19..3cdd90495a 100644 --- a/sapi/phpdbg/config.m4 +++ b/sapi/phpdbg/config.m4 @@ -12,7 +12,7 @@ PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build, [ --enable-phpdbg-debug Build phpdbg in debug mode], no, no) PHP_ARG_ENABLE(phpdbg-readline, for phpdbg readline support, -[ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], yes, yes) +[ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], no, no) if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then AC_HEADER_TIOCGWINSZ -- 2.40.0