Skip to content

Commit 62a652a

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: fix build: readline support must be disabled by default in phpdbg
2 parents 218154e + b7442f1 commit 62a652a

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
@@ -11,7 +11,7 @@ PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build,
1111
[ --enable-phpdbg-debug Build phpdbg in debug mode], no, no)
1212

1313
PHP_ARG_ENABLE(phpdbg-readline, for phpdbg readline support,
14-
[ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], yes, yes)
14+
[ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], no, no)
1515

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

0 commit comments

Comments
 (0)