Skip to content

Commit

Permalink
revert workaround for bug #74489 as it's fixed in the dependency lib
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed May 13, 2017
1 parent 90bd4be commit cfe577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/readline/readline.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ PHP_MINFO_FUNCTION(readline)
Reads a line */
PHP_FUNCTION(readline)
{
char *prompt = "";
char *prompt = NULL;
size_t prompt_len;
char *result;

Expand Down

0 comments on commit cfe577f

Please sign in to comment.