summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-03-28 07:35:15 +0100
committerJoe Watkins <krakjoe@php.net>2019-03-28 07:35:15 +0100
commit62a652a0d559f2d1db7e823e0c59e3bcd254af33 (patch)
tree2cd2afe741f6ce168796bd01fefee43435514efb /sapi/phpdbg
parent218154e6958bc911ee2640baca10854cb2c33e20 (diff)
parentb7442f1bb81303d3211844445f69d4a03565aa39 (diff)
downloadphp-git-62a652a0d559f2d1db7e823e0c59e3bcd254af33.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: fix build: readline support must be disabled by default in phpdbg
Diffstat (limited to 'sapi/phpdbg')
-rw-r--r--sapi/phpdbg/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/config.m4 b/sapi/phpdbg/config.m4
index 93144acb14..24bc557c8b 100644
--- a/sapi/phpdbg/config.m4
+++ b/sapi/phpdbg/config.m4
@@ -11,7 +11,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