We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 363e8dd + 62a652a commit 3305179Copy full SHA for 3305179
sapi/phpdbg/config.m4
@@ -21,7 +21,7 @@ PHP_ARG_ENABLE([phpdbg-debug],
21
[no])
22
23
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)
+[ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], no, no)
25
26
if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then
27
AC_HEADER_TIOCGWINSZ
0 commit comments