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 128318d + 3305179 commit a11e0e7Copy full SHA for a11e0e7
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