Skip to content

Commit b7442f1

Browse files
committed
fix build: readline support must be disabled by default in phpdbg
1 parent 79f046f commit b7442f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build,
1212
[ --enable-phpdbg-debug Build phpdbg in debug mode], no, no)
1313

1414
PHP_ARG_ENABLE(phpdbg-readline, for phpdbg readline support,
15-
[ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], yes, yes)
15+
[ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], no, no)
1616

1717
if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then
1818
AC_HEADER_TIOCGWINSZ

0 commit comments

Comments
 (0)