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.
1 parent 17f6752 commit 303b61dCopy full SHA for 303b61d
1 file changed
ext/readline/readline_cli.c
@@ -662,6 +662,7 @@ static int readline_shell_run(void) /* {{{ */
662
zend_string_release_ex(prompt, 0);
663
/* TODO: This might be wrong! */
664
prompt = cli_get_prompt("php", '>');
665
+ free(line);
666
continue;
667
}
668
0 commit comments