Skip to content

Commit cfe577f

Browse files
committed
revert workaround for bug #74489 as it's fixed in the dependency lib
1 parent 90bd4be commit cfe577f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/readline/readline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ PHP_MINFO_FUNCTION(readline)
214214
Reads a line */
215215
PHP_FUNCTION(readline)
216216
{
217-
char *prompt = "";
217+
char *prompt = NULL;
218218
size_t prompt_len;
219219
char *result;
220220

0 commit comments

Comments
 (0)