Skip to content

Commit a11e0e7

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: fix build: readline support must be disabled by default in phpdbg
2 parents 128318d + 3305179 commit a11e0e7

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
@@ -21,7 +21,7 @@ PHP_ARG_ENABLE([phpdbg-debug],
2121
[no])
2222

2323
PHP_ARG_ENABLE(phpdbg-readline, for phpdbg readline support,
24-
[ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], yes, yes)
24+
[ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], no, no)
2525

2626
if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then
2727
AC_HEADER_TIOCGWINSZ

0 commit comments

Comments
 (0)