mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
fix bugsnet #66594, thanks ondrej@php.net
This commit is contained in:
+1
-1
@@ -479,7 +479,7 @@ disconnect:
|
||||
|
||||
#ifndef HAVE_LIBREADLINE
|
||||
if (!(PHPDBG_G(flags) & PHPDBG_IS_REMOTE)) {
|
||||
if (!phpdbg_write(phpdbg_get_prompt(TSRMLS_C))) {
|
||||
if (!phpdbg_write("%s", phpdbg_get_prompt(TSRMLS_C))) {
|
||||
goto disconnect;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user