Interactive mode doesn't force a newline before the prompt
[2011-08-23 20:47 UTC] sixd@php.net
Description: ------------ The call to readline_shell_write() in readline_shell_run() is effectively a no-op so no newline is forced before the prompt. Expected result: ---------------- $ php -a Interactive shell php > echo "hi"; hiphp > Actual result: -------------- $ php -a Interactive shell php > echo "hi"; hi php >
[2011-08-23 20:47 UTC] sixd@php.net
-Assigned To: +Assigned To: johannes
[2011-08-23 20:58 UTC] sixd@php.net
[2012-02-01 19:09 UTC] sixd@php.net
[2012-03-28 08:34 UTC] yohgaki@php.net